mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
fix(latex): update bibstyle queries (#6102)
Match grammar.js from commit 0d598bb95ffe3ba63403979d0d32158210974ca5 in latex-lsp/tree-sitter-latex Co-authored-by: gi1242 <gi1242+nvim-treesitter@gmail.com>
This commit is contained in:
parent
d96bf9d522
commit
69e4b99f13
2 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue