work on queries; fix macos build

This commit is contained in:
mhoffm 2021-07-01 08:43:42 +02:00 committed by Stephan Seitz
parent 1914317ae7
commit a40bce5e36
2 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@
"revision": "a0c1adb59e390f7d839a146c57fdb33d36ed97e6"
},
"hcl": {
"revision": "0e7d8ddb4b1e64984234f1079156bceaec9f99cf"
"revision": "30e9f3eae8ec798f6540b05e3b4bb6c6e1313156"
},
"html": {
"revision": "d93af487cc75120c89257195e6be46c999c6ba18"

View file

@ -71,10 +71,10 @@
(bool_lit) @boolean
(null_lit) @constant
(comment) @comment
(identifier) @symbol
(identifier) @variable
(block (identifier) @type)
(function_call (identifier) @function)
(attribute (identifier) @keyword)
(attribute (identifier) @field)
(ERROR) @error