Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/latex/highlights.scm')
-rw-r--r--runtime/queries/latex/highlights.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/queries/latex/highlights.scm b/runtime/queries/latex/highlights.scm
index 34745d81..faeff7de 100644
--- a/runtime/queries/latex/highlights.scm
+++ b/runtime/queries/latex/highlights.scm
@@ -204,7 +204,7 @@
((generic_command
command: (command_name) @_name
.
- arg: (curly_group (_) @markup.link.uri))
+ arg: (curly_group (_) @markup.link.url))
(#match? @_name "^(\\\\url|\\\\href)$"))
;; File inclusion commands
@@ -228,8 +228,8 @@
command: _ @keyword.control.import
path: (curly_group_path) @string)
(biblatex_include
- "\\addbibresource" @include
- glob: (curly_group_glob_pattern) @string.regex)
+ "\\addbibresource" @keyword.control.import
+ glob: (curly_group_glob_pattern) @string.regexp)
(graphics_include
command: _ @keyword.control.import