diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/lpf/highlights.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/runtime/queries/lpf/highlights.scm b/runtime/queries/lpf/highlights.scm new file mode 100644 index 00000000..836aef84 --- /dev/null +++ b/runtime/queries/lpf/highlights.scm @@ -0,0 +1,19 @@ +[ + "SYSCONFIG" + "BLOCK" + "LOCATE" + "COMP" + "FREQUENCY" + "PORT" + "IOBUF" +] @keyword + +["SITE"] @keyword.storage + +["="] @operator + +((number) @constant.numeric) + +((string) @string) +((line_comment) @comment) + |