emacs: add typst-ts-mode
This commit is contained in:
@@ -125,7 +125,10 @@ in
|
|||||||
markdown-ts-mode # Markdown with tree-sitter parsing
|
markdown-ts-mode # Markdown with tree-sitter parsing
|
||||||
mermaid-ts-mode # Mermaid diagram syntax with tree-sitter
|
mermaid-ts-mode # Mermaid diagram syntax with tree-sitter
|
||||||
scala-ts-mode # Scala with tree-sitter (alternative to scala-mode)
|
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
|
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 + ''
|
extraConfig = builtins.readFile ./emacs/custom.el + ''
|
||||||
|
|||||||
Reference in New Issue
Block a user