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