diff --git a/lockfile.json b/lockfile.json index 2563cc057..ea77c2ddb 100644 --- a/lockfile.json +++ b/lockfile.json @@ -348,7 +348,7 @@ "revision": "456dec2990ed7e9595eca82f85db14a1db46e126" }, "latex": { - "revision": "2ae2021d7b224fb6aa57b760e0d146059f943bb8" + "revision": "841f89ffbba9650529a40fb867f3456bf92bf9b1" }, "ledger": { "revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a" diff --git a/queries/latex/highlights.scm b/queries/latex/highlights.scm index 9649b5dd6..c91a624f4 100644 --- a/queries/latex/highlights.scm +++ b/queries/latex/highlights.scm @@ -316,10 +316,14 @@ directory: (curly_group_path) @string file: (curly_group_path) @string) -(bibtex_include +(bibstyle_include command: _ @keyword.import path: (curly_group_path) @string) +(bibtex_include + command: _ @keyword.import + paths: (curly_group_path_list) @string) + (biblatex_include "\\addbibresource" @keyword.import glob: (curly_group_glob_pattern) @string.regexp)