mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
feat: add thrift hightlight (#11367)
This commit is contained in:
parent
68f495b023
commit
aaaafb8f5f
6 changed files with 290 additions and 0 deletions
|
@ -3762,3 +3762,16 @@ grammar = "typescript"
|
|||
"{" = "}"
|
||||
"(" = ")"
|
||||
'"' = '"'
|
||||
|
||||
[[language]]
|
||||
name = "thrift"
|
||||
scope = "source.thrift"
|
||||
file-types = ["thrift"]
|
||||
comment-token = "//"
|
||||
block-comment-tokens = { start = "/*", end = "*/" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
name = "thrift"
|
||||
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-thrift" , rev = "68fd0d80943a828d9e6f49c58a74be1e9ca142cf" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue