Update TSS syntax highlighting file with constants
This commit is contained in:
parent
4b53a5a019
commit
c29abe0cb1
@ -10,6 +10,9 @@ rules:
|
||||
- type: "\\b([A-Z][a-zA-Z0-9]*).*:"
|
||||
- identifier.var: "\\$[a-zA-Z0-9]*\\b"
|
||||
- identifier.class: "(\\*|[a-z][a-zA-Z0-9]*)\\.(\\*|[A-Z][a-zA-Z0-9]*)"
|
||||
- constant: "\\b(tile|center)\\b"
|
||||
- constant: "\\b(start|middle|end|even)\\b"
|
||||
- constant.bool: "\\b(true|false)\\b"
|
||||
- special: "(\\/|,|\\;|:|\\.)"
|
||||
- symbol.operator: "(=|\\*)"
|
||||
- symbol.brackets: "(\\{\\[|\\}\\])"
|
||||
|
Loading…
Reference in New Issue
Block a user