From b6ebdaeb4437d3469d7a0e0d723d3fb514c4d6ae Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 27 Feb 2022 11:29:11 +0100 Subject: fix(latex): update parser and queries --- lockfile.json | 2 +- queries/latex/highlights.scm | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lockfile.json b/lockfile.json index bf2c1188..c7687a79 100644 --- a/lockfile.json +++ b/lockfile.json @@ -156,7 +156,7 @@ "revision": "7744b56f03ac1e5643fad23c9dd90837fe97291e" }, "latex": { - "revision": "1666e9780de42a31b1376d32fbe8332e8dd5850f" + "revision": "1ea9f87d30df20e13cde292ff4d6c4d8dd979b16" }, "ledger": { "revision": "0cdeb0e51411a3ba5493662952c3039de08939ca" diff --git a/queries/latex/highlights.scm b/queries/latex/highlights.scm index a2cfa201..bfa3edbc 100644 --- a/queries/latex/highlights.scm +++ b/queries/latex/highlights.scm @@ -1,7 +1,7 @@ ;; General syntax (ERROR) @error -(command_name) @function +(generic_command) @function (caption command: _ @function) @@ -194,29 +194,29 @@ . (curly_group (_) @text.title)) -((command +((generic_command command: (command_name) @_name arg: (curly_group (text) @text.title)) (#eq? @_name "\\frametitle")) ;; Formatting -((command +((generic_command command: (command_name) @_name arg: (curly_group (_) @text.emphasis)) (#eq? @_name "\\emph")) -((command +((generic_command command: (command_name) @_name arg: (curly_group (_) @text.emphasis)) (#match? @_name "^(\\\\textit|\\\\mathit)$")) -((command +((generic_command command: (command_name) @_name arg: (curly_group (_) @text.strong)) (#match? @_name "^(\\\\textbf|\\\\mathbf)$")) -((command +((generic_command command: (command_name) @_name . arg: (curly_group (_) @text.uri)) -- cgit v1.2.3