diff options
| author | 2025-06-28 10:27:57 +0300 | |
|---|---|---|
| committer | 2025-06-28 10:29:24 +0300 | |
| commit | 922b033641788484acd5c06aacf2f7754f335a3f (patch) | |
| tree | fc0e827faa81c9fa29a1a634196f4576bb39d954 | |
| parent | Add asm-mode (diff) | |
| download | dotfiles-922b033641788484acd5c06aacf2f7754f335a3f.tar.gz dotfiles-922b033641788484acd5c06aacf2f7754f335a3f.tar.xz dotfiles-922b033641788484acd5c06aacf2f7754f335a3f.zip | |
Add kotlin-ts-mode
| -rw-r--r-- | arkta/arkta-progmodes.el | 5 | ||||
| -rw-r--r-- | init.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/arkta/arkta-progmodes.el b/arkta/arkta-progmodes.el index 4bbd793..b2dbd3e 100644 --- a/arkta/arkta-progmodes.el +++ b/arkta/arkta-progmodes.el | |||
| @@ -134,6 +134,11 @@ | |||
| 134 | :ensure nil | 134 | :ensure nil |
| 135 | :mode "\\.json\\'") | 135 | :mode "\\.json\\'") |
| 136 | 136 | ||
| 137 | (use-package kotlin-ts-mode | ||
| 138 | :after treesit | ||
| 139 | :ensure t | ||
| 140 | :mode "\\.kts?\\'") | ||
| 141 | |||
| 137 | (use-package lisp-mode | 142 | (use-package lisp-mode |
| 138 | :ensure nil | 143 | :ensure nil |
| 139 | :mode "\\.lisp\\'") | 144 | :mode "\\.lisp\\'") |
| @@ -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") |