You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to create a language definition dor files extended with .tpl.
therefore i created tpl.liclipse, added a few keywords and opened an example file with the liclipse editor.
either it does not recognize the filetype or i am doing something wrong - but nothing shows up in eclipse (2018-12)
here is my tpl.liclipse definition:
scope: # Here we'll specify sub-partition for top-level scopes
default: # We're defining things internal to the default scope (in this example we could also define things in the multiLineComment scope).
#keyword must be a color at this point already (not a scope)
keyword: [TYPE,init,GUITYPE,CLASS] # Define that we want to consider 'class' and 'pass' as a keyword, colored with the 'keyword' color.
file_extensions: [tpl]
filename: []
name: TPL
- name: 'init'
description: "The init element represents a init value."
pattern: '[init:${cursor}]'
icon: tag
scope: default
No description provided.
The text was updated successfully, but these errors were encountered: