chore(bicep): update highlights

This commit is contained in:
Amaan Qureshi 2024-02-01 02:40:11 -05:00
parent 13599375c3
commit 5fca7ae496
2 changed files with 8 additions and 7 deletions

View file

@ -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