From 9eec9adb8fb299ea57dc6fa13f0c5d789dcdff73 Mon Sep 17 00:00:00 2001 From: Frans Skarman Date: Thu, 26 Oct 2023 23:32:49 +0000 Subject: Add LPF tree sitter (#8536) Co-authored-by: Michael Davis --- runtime/queries/lpf/highlights.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 runtime/queries/lpf/highlights.scm (limited to 'runtime/queries/lpf') 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) + -- cgit v1.2.3-70-g09d2