mirror of https://github.com/helix-editor/helix
parent
2906660119
commit
9eec9adb8f
@ -0,0 +1,19 @@
|
||||
[
|
||||
"SYSCONFIG"
|
||||
"BLOCK"
|
||||
"LOCATE"
|
||||
"COMP"
|
||||
"FREQUENCY"
|
||||
"PORT"
|
||||
"IOBUF"
|
||||
] @keyword
|
||||
|
||||
["SITE"] @keyword.storage
|
||||
|
||||
["="] @operator
|
||||
|
||||
((number) @constant.numeric)
|
||||
|
||||
((string) @string)
|
||||
((line_comment) @comment)
|
||||
|
Loading…
Reference in New Issue