mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -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"
|
"revision": "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34"
|
||||||
},
|
},
|
||||||
"bicep": {
|
"bicep": {
|
||||||
"revision": "3604d8c961ab129d2bfc6dfca56419c236ccdb83"
|
"revision": "48a00c254671b5e847e615442678f4f3f5aa1e43"
|
||||||
},
|
},
|
||||||
"bitbake": {
|
"bitbake": {
|
||||||
"revision": "7e0e2ac6f1d0da1a91ab84f35edddfdfece54f1a"
|
"revision": "7e0e2ac6f1d0da1a91ab84f35edddfdfece54f1a"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
; Includes
|
; Includes
|
||||||
(import_statement
|
[
|
||||||
"import" @keyword.import)
|
"import"
|
||||||
|
"provider"
|
||||||
(import_with_statement
|
"with"
|
||||||
"import" @keyword.import
|
"as"
|
||||||
"with" @keyword.import)
|
"from"
|
||||||
|
] @keyword.import
|
||||||
|
|
||||||
; Namespaces
|
; Namespaces
|
||||||
(module_declaration
|
(module_declaration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue