remove queries

This commit is contained in:
mhoffm
2021-06-12 08:43:30 +02:00
parent 70b55a20d0
commit 1621246b8d
2 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
node_modules
build
queries
npm-debug.log
.env
.DS_Store

View File

@@ -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