From 922b033641788484acd5c06aacf2f7754f335a3f Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 28 Jun 2025 10:27:57 +0300 Subject: Add kotlin-ts-mode --- arkta/arkta-progmodes.el | 5 +++++ init.el | 1 + 2 files changed, 6 insertions(+) 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 @@ :ensure nil :mode "\\.json\\'") +(use-package kotlin-ts-mode + :after treesit + :ensure t + :mode "\\.kts?\\'") + (use-package lisp-mode :ensure nil :mode "\\.lisp\\'") diff --git a/init.el b/init.el index fedc6cf..20d74e7 100644 --- a/init.el +++ b/init.el @@ -415,6 +415,7 @@ (java "https://github.com/tree-sitter/tree-sitter-java.git") (javascript "https://github.com/tree-sitter/tree-sitter-javascript.git") (json "https://github.com/tree-sitter/tree-sitter-json.git") + (kotlin "https://github.com/fwcd/tree-sitter-kotlin") (python "https://github.com/tree-sitter/tree-sitter-python.git") (ruby "https://github.com/tree-sitter/tree-sitter-ruby.git") (rust "https://github.com/tree-sitter/tree-sitter-rust.git") -- cgit v1.2.3