summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-02-19 11:22:25 +0100
committerGitHub <noreply@github.com>2022-02-19 11:22:25 +0100
commit5e116977e084962f5fed58d00d2e3f2b6f298352 (patch)
treec200b121075c3d9e75bb9127b624c1987688bac6
parent2298a7584414af40a6a09cbe72a81175382992c7 (diff)
fix(latex): update parser and query (#2547)
-rw-r--r--lockfile.json2
-rw-r--r--queries/latex/highlights.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index 5f8520bb..b213af67 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -156,7 +156,7 @@
"revision": "7744b56f03ac1e5643fad23c9dd90837fe97291e"
},
"latex": {
- "revision": "cd75e362a17c22ed90bcbdbaa78c2c7519ceb094"
+ "revision": "1666e9780de42a31b1376d32fbe8332e8dd5850f"
},
"ledger": {
"revision": "0cdeb0e51411a3ba5493662952c3039de08939ca"
diff --git a/queries/latex/highlights.scm b/queries/latex/highlights.scm
index 4e27f902..a2cfa201 100644
--- a/queries/latex/highlights.scm
+++ b/queries/latex/highlights.scm
@@ -251,5 +251,5 @@
path: (curly_group_path) @string)
(tikz_library_import
command: _ @include
- path: (curly_group_text) @string)
+ paths: (curly_group_path_list) @string)