mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
chore(bicep): update highlights
This commit is contained in:
parent
13599375c3
commit
5fca7ae496
2 changed files with 8 additions and 7 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"revision": "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34"
|
||||
},
|
||||
"bicep": {
|
||||
"revision": "3604d8c961ab129d2bfc6dfca56419c236ccdb83"
|
||||
"revision": "48a00c254671b5e847e615442678f4f3f5aa1e43"
|
||||
},
|
||||
"bitbake": {
|
||||
"revision": "7e0e2ac6f1d0da1a91ab84f35edddfdfece54f1a"
|
||||
|
|
|
|||
|
|
@ -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