mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
fix(latex): update parser and query (#2547)
This commit is contained in:
parent
2298a75844
commit
5e116977e0
2 changed files with 2 additions and 2 deletions
|
|
@ -156,7 +156,7 @@
|
||||||
"revision": "7744b56f03ac1e5643fad23c9dd90837fe97291e"
|
"revision": "7744b56f03ac1e5643fad23c9dd90837fe97291e"
|
||||||
},
|
},
|
||||||
"latex": {
|
"latex": {
|
||||||
"revision": "cd75e362a17c22ed90bcbdbaa78c2c7519ceb094"
|
"revision": "1666e9780de42a31b1376d32fbe8332e8dd5850f"
|
||||||
},
|
},
|
||||||
"ledger": {
|
"ledger": {
|
||||||
"revision": "0cdeb0e51411a3ba5493662952c3039de08939ca"
|
"revision": "0cdeb0e51411a3ba5493662952c3039de08939ca"
|
||||||
|
|
|
||||||
|
|
@ -251,5 +251,5 @@
|
||||||
path: (curly_group_path) @string)
|
path: (curly_group_path) @string)
|
||||||
(tikz_library_import
|
(tikz_library_import
|
||||||
command: _ @include
|
command: _ @include
|
||||||
path: (curly_group_text) @string)
|
paths: (curly_group_path_list) @string)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue