mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(json5): update queries from upstream
This commit is contained in:
parent
db7adb21e6
commit
4e758a89a5
2 changed files with 4 additions and 4 deletions
|
|
@ -288,7 +288,7 @@
|
||||||
"revision": "3fef30de8aee74600f25ec2e319b62a1a870d51e"
|
"revision": "3fef30de8aee74600f25ec2e319b62a1a870d51e"
|
||||||
},
|
},
|
||||||
"json5": {
|
"json5": {
|
||||||
"revision": "5dd5cdc418d9659682556b6adca2dd9ace0ac6d2"
|
"revision": "c23f7a9b1ee7d45f516496b1e0e4be067264fa0d"
|
||||||
},
|
},
|
||||||
"jsonc": {
|
"jsonc": {
|
||||||
"revision": "02b01653c8a1c198ae7287d566efa86a135b30d5"
|
"revision": "02b01653c8a1c198ae7287d566efa86a135b30d5"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
[
|
[
|
||||||
"true"
|
(true)
|
||||||
"false"
|
(false)
|
||||||
] @boolean
|
] @boolean
|
||||||
|
|
||||||
"null" @constant
|
(null) @constant
|
||||||
|
|
||||||
(string) @string
|
(string) @string
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue