1
0

emacs: add typst-ts-mode

This commit is contained in:
2026-03-10 19:21:14 -07:00
parent e5a41e58cd
commit 68a3eed939

View File

@@ -125,7 +125,10 @@ in
markdown-ts-mode # Markdown with tree-sitter parsing
mermaid-ts-mode # Mermaid diagram syntax with tree-sitter
scala-ts-mode # Scala with tree-sitter (alternative to scala-mode)
kotlin-ts-mode # Kotlin programming with tree-sitter
swift-ts-mode # Swift programming with tree-sitter
typst-ts-mode # Typst typesetting with tree-sitter
zig-ts-mode # Zig programming with tree-sitter
];
extraConfig = builtins.readFile ./emacs/custom.el + ''