mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
work on queries; fix macos build
This commit is contained in:
parent
1914317ae7
commit
a40bce5e36
2 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@
|
||||||
"revision": "a0c1adb59e390f7d839a146c57fdb33d36ed97e6"
|
"revision": "a0c1adb59e390f7d839a146c57fdb33d36ed97e6"
|
||||||
},
|
},
|
||||||
"hcl": {
|
"hcl": {
|
||||||
"revision": "0e7d8ddb4b1e64984234f1079156bceaec9f99cf"
|
"revision": "30e9f3eae8ec798f6540b05e3b4bb6c6e1313156"
|
||||||
},
|
},
|
||||||
"html": {
|
"html": {
|
||||||
"revision": "d93af487cc75120c89257195e6be46c999c6ba18"
|
"revision": "d93af487cc75120c89257195e6be46c999c6ba18"
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,10 @@
|
||||||
(bool_lit) @boolean
|
(bool_lit) @boolean
|
||||||
(null_lit) @constant
|
(null_lit) @constant
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
(identifier) @symbol
|
(identifier) @variable
|
||||||
|
|
||||||
(block (identifier) @type)
|
(block (identifier) @type)
|
||||||
(function_call (identifier) @function)
|
(function_call (identifier) @function)
|
||||||
(attribute (identifier) @keyword)
|
(attribute (identifier) @field)
|
||||||
|
|
||||||
(ERROR) @error
|
(ERROR) @error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue