diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-04-28 11:38:16 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-04-28 11:58:06 +0200 |
| commit | dbbaa3f66e736a8e446572e1079ffa2f6d40b266 (patch) | |
| tree | 25d02c9da78c9866c144772278dc5434d68404d3 | |
| parent | bot(lockfile): update apex, bitbake, cairo, chatito, commonlisp, csv, doxygen... (diff) | |
| download | nvim-treesitter-dbbaa3f66e736a8e446572e1079ffa2f6d40b266.tar nvim-treesitter-dbbaa3f66e736a8e446572e1079ffa2f6d40b266.tar.gz nvim-treesitter-dbbaa3f66e736a8e446572e1079ffa2f6d40b266.tar.bz2 nvim-treesitter-dbbaa3f66e736a8e446572e1079ffa2f6d40b266.tar.lz nvim-treesitter-dbbaa3f66e736a8e446572e1079ffa2f6d40b266.tar.xz nvim-treesitter-dbbaa3f66e736a8e446572e1079ffa2f6d40b266.tar.zst nvim-treesitter-dbbaa3f66e736a8e446572e1079ffa2f6d40b266.zip | |
fix(latex): update parser and queries
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | queries/latex/highlights.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json index 248c2817f..74266b4c5 100644 --- a/lockfile.json +++ b/lockfile.json @@ -375,7 +375,7 @@ "revision": "123d8b472e949b59f348c32e245107a34a3d8945" }, "latex": { - "revision": "ae2134af67f6c5e45587ace9ec748dd6e7b356a2" + "revision": "cd82eb40d31bdfe65f846f4e06292d6c804b5e0e" }, "ledger": { "revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a" diff --git a/queries/latex/highlights.scm b/queries/latex/highlights.scm index 1d795fc23..de652d6b5 100644 --- a/queries/latex/highlights.scm +++ b/queries/latex/highlights.scm @@ -71,7 +71,7 @@ (theorem_definition command: _ @function.macro - name: (curly_group_text + name: (curly_group_text_list (_) @label)) (paired_delimiter_definition |
