summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-06-28 10:27:57 +0300
committerGravatar Uko Kokņevičs2025-06-28 10:29:24 +0300
commit922b033641788484acd5c06aacf2f7754f335a3f (patch)
treefc0e827faa81c9fa29a1a634196f4576bb39d954 /init.el
parentAdd asm-mode (diff)
downloademacs.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.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index fedc6cf..20d74e7 100644
--- a/init.el
+++ b/init.el
@@ -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")