remove queries
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
node_modules
|
node_modules
|
||||||
build
|
build
|
||||||
|
queries
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
.env
|
.env
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
; highlights.scm
|
|
||||||
|
|
||||||
(block name: (identifier) @hcl_block_name)
|
|
||||||
(attribute name: (identifier) @hcl_attribute_name)
|
|
||||||
(identifier) @string.special
|
|
||||||
(string_lit) @string
|
|
||||||
(numeric_lit) @number
|
|
||||||
(bool_lit) @boolean
|
|
||||||
(null_lit) @null
|
|
||||||
(comment) @comment
|
|
||||||
(for_intro) @keyword
|
|
||||||
(for_cond) @keyword
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user