mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
add fidl support (#9713)
This commit is contained in:
parent
1a82aeeae9
commit
358ac6bc1f
5 changed files with 91 additions and 0 deletions
|
@ -3140,3 +3140,21 @@ indent = { tab-width = 2, unit = " " }
|
|||
[[grammar]]
|
||||
name = "groovy"
|
||||
source = { git = "https://github.com/Decodetalkers/tree-sitter-groovy", rev = "7e023227f46fee428b16a0288eeb0f65ee2523ec" }
|
||||
|
||||
[[language]]
|
||||
name = "fidl"
|
||||
scope = "source.fidl"
|
||||
injection-regex = "fidl"
|
||||
file-types = ["fidl"]
|
||||
comment-token = "//"
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
|
||||
[language.auto-pairs]
|
||||
'"' = '"'
|
||||
'{' = '}'
|
||||
'(' = ')'
|
||||
'<' = '>'
|
||||
|
||||
[[grammar]]
|
||||
name = "fidl"
|
||||
source = { git = "https://github.com/google/tree-sitter-fidl", rev = "bdbb635a7f5035e424f6173f2f11b9cd79703f8d" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue