mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
add koka language support (#8727)
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
This commit is contained in:
parent
94d210c9bf
commit
2e4653ea31
6 changed files with 356 additions and 0 deletions
|
@ -3230,6 +3230,18 @@ indent = { tab-width = 2, unit = " " }
|
|||
name = "hocon"
|
||||
source = { git = "https://github.com/antosha417/tree-sitter-hocon", rev = "c390f10519ae69fdb03b3e5764f5592fb6924bcc" }
|
||||
|
||||
[[language]]
|
||||
name = "koka"
|
||||
scope = "source.koka"
|
||||
injection-regex = "koka"
|
||||
file-types = ["kk"]
|
||||
comment-token = "//"
|
||||
indent = { tab-width = 8, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
name = "koka"
|
||||
source = { git = "https://github.com/mtoohey31/tree-sitter-koka", rev = "2527e152d4b6a79fd50aebd8d0b4b4336c94a034" }
|
||||
|
||||
[[language]]
|
||||
name = "tact"
|
||||
scope = "source.tact"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue