diff options
| author | 2025-06-28 10:27:57 +0300 | |
|---|---|---|
| committer | 2025-06-28 10:29:24 +0300 | |
| commit | 922b033641788484acd5c06aacf2f7754f335a3f (patch) | |
| tree | fc0e827faa81c9fa29a1a634196f4576bb39d954 /init.el | |
| parent | Add asm-mode (diff) | |
| download | emacs.d-922b033641788484acd5c06aacf2f7754f335a3f.tar.gz emacs.d-922b033641788484acd5c06aacf2f7754f335a3f.tar.xz emacs.d-922b033641788484acd5c06aacf2f7754f335a3f.zip | |
Add kotlin-ts-mode
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -415,6 +415,7 @@ | |||
| 415 | (java "https://github.com/tree-sitter/tree-sitter-java.git") | 415 | (java "https://github.com/tree-sitter/tree-sitter-java.git") |
| 416 | (javascript "https://github.com/tree-sitter/tree-sitter-javascript.git") | 416 | (javascript "https://github.com/tree-sitter/tree-sitter-javascript.git") |
| 417 | (json "https://github.com/tree-sitter/tree-sitter-json.git") | 417 | (json "https://github.com/tree-sitter/tree-sitter-json.git") |
| 418 | (kotlin "https://github.com/fwcd/tree-sitter-kotlin") | ||
| 418 | (python "https://github.com/tree-sitter/tree-sitter-python.git") | 419 | (python "https://github.com/tree-sitter/tree-sitter-python.git") |
| 419 | (ruby "https://github.com/tree-sitter/tree-sitter-ruby.git") | 420 | (ruby "https://github.com/tree-sitter/tree-sitter-ruby.git") |
| 420 | (rust "https://github.com/tree-sitter/tree-sitter-rust.git") | 421 | (rust "https://github.com/tree-sitter/tree-sitter-rust.git") |