mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Use latest tree-sitter-bicep, support bicepparams (#11525)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
ed7e5bd8dc
commit
843c058f0b
2 changed files with 214 additions and 55 deletions
|
@ -2811,7 +2811,7 @@ source = { git = "https://github.com/inko-lang/tree-sitter-inko", rev = "7860637
|
|||
[[language]]
|
||||
name = "bicep"
|
||||
scope = "source.bicep"
|
||||
file-types = ["bicep"]
|
||||
file-types = ["bicep","bicepparam"]
|
||||
auto-format = true
|
||||
comment-token = "//"
|
||||
block-comment-tokens = { start = "/*", end = "*/" }
|
||||
|
@ -2820,7 +2820,7 @@ language-servers = [ "bicep-langserver" ]
|
|||
|
||||
[[grammar]]
|
||||
name = "bicep"
|
||||
source = { git = "https://github.com/the-mikedavis/tree-sitter-bicep", rev = "d8e097fcfa143854861ef737161163a09cc2916b" }
|
||||
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-bicep", rev = "0092c7d1bd6bb22ce0a6f78497d50ea2b87f19c0" }
|
||||
|
||||
[[language]]
|
||||
name = "qml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue