aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/lpf/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/lpf/highlights.scm')
-rw-r--r--runtime/queries/lpf/highlights.scm19
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)
+