mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Add indents and textobjects for Kotlin (#12925)
This commit is contained in:
parent
3d7e2730e7
commit
0deb8bbce6
6 changed files with 106 additions and 24 deletions
|
@ -1940,7 +1940,7 @@ language-servers = [ "kotlin-language-server" ]
|
|||
|
||||
[[grammar]]
|
||||
name = "kotlin"
|
||||
source = { git = "https://github.com/fwcd/tree-sitter-kotlin", rev = "a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569" }
|
||||
source = { git = "https://github.com/fwcd/tree-sitter-kotlin", rev = "c4ddea359a7ff4d92360b2efcd6cfce5dc25afe6" }
|
||||
|
||||
[[language]]
|
||||
name = "hcl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue