Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/markdoc/highlights.scm')
-rw-r--r--runtime/queries/markdoc/highlights.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/queries/markdoc/highlights.scm b/runtime/queries/markdoc/highlights.scm
deleted file mode 100644
index 8251e9af..00000000
--- a/runtime/queries/markdoc/highlights.scm
+++ /dev/null
@@ -1,16 +0,0 @@
-tag_name: (identifier) @tag
-(tag_self_closing "/" @tag)
-(tag_close "/" @tag)
-([(tag_start) (tag_end) "="] @tag)
-(attribute [key : (identifier)] @attribute)
-(attribute [shorthand : (identifier)] @attribute)
-(variable [variable : (identifier) (variable_sigil)] @variable)
-(variable_tail property : (identifier) @variable.other.member)
-(function function_name : (identifier) @function)
-(function_parameter_named parameter : (identifier) @variable.parameter)
-
-(hash_key key: (identifier) @variable.other.member)
-(string) @string
-(number) @constant.numeric
-(boolean) @constant.builtin.boolean
-(null) @constant.builtin