Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/hdl/highlights.scm')
-rw-r--r--runtime/queries/hdl/highlights.scm44
1 files changed, 0 insertions, 44 deletions
diff --git a/runtime/queries/hdl/highlights.scm b/runtime/queries/hdl/highlights.scm
deleted file mode 100644
index 053c99a6..00000000
--- a/runtime/queries/hdl/highlights.scm
+++ /dev/null
@@ -1,44 +0,0 @@
-;; Keywords
-[
- "CHIP"
- "IN"
- "OUT"
- "PARTS"
- "BUILTIN"
- "CLOCKED"
-] @keyword
-
-(identifier) @variable
-
-(chip_definition
- name: (identifier) @function)
-
-(in_section
- input_pin_name: (identifier) @variable.parameter)
-
-(out_section
- output_pin_name: (identifier) @variable.parameter)
-
-(builtin_body
- chip_name: (identifier) @function)
-
-(clocked_body
- (identifier) @variable.parameter)
-
-(part
- chip_name: (identifier) @function)
-
-(connection
- part_pin: (identifier) @variable.other.member
- chip_pin: [
- (identifier) @variable.parameter
- (bus_identifier
- (identifier) @variable.parameter
- (number) @constant.numeric)
- ])
-
-(bus_identifier
- (number) @constant.numeric)
-
-;; Comments
-(comment) @comment