mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
chore(bicep): update highlights
This commit is contained in:
parent
13599375c3
commit
5fca7ae496
2 changed files with 8 additions and 7 deletions
|
|
@ -1,10 +1,11 @@
|
|||
; Includes
|
||||
(import_statement
|
||||
"import" @keyword.import)
|
||||
|
||||
(import_with_statement
|
||||
"import" @keyword.import
|
||||
"with" @keyword.import)
|
||||
[
|
||||
"import"
|
||||
"provider"
|
||||
"with"
|
||||
"as"
|
||||
"from"
|
||||
] @keyword.import
|
||||
|
||||
; Namespaces
|
||||
(module_declaration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue