helix-mods/runtime/queries/lpf/highlights.scm
Frans Skarman 9eec9adb8f
Add LPF tree sitter (#8536)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2023-10-27 01:32:49 +02:00

20 lines
211 B
Scheme

[
"SYSCONFIG"
"BLOCK"
"LOCATE"
"COMP"
"FREQUENCY"
"PORT"
"IOBUF"
] @keyword
["SITE"] @keyword.storage
["="] @operator
((number) @constant.numeric)
((string) @string)
((line_comment) @comment)