Start work on zsh-ts-mode

This commit is contained in:
2026-04-12 15:07:38 -07:00
parent e689d7dc87
commit a32f88aabc
2 changed files with 216 additions and 1 deletions

View File

@@ -286,7 +286,8 @@ This is a single element list with that element being the file's trusted status.
(blueprint "https://github.com/huanie/tree-sitter-blueprint")
(kdl "https://github.com/tree-sitter-grammars/tree-sitter-kdl")
(php "https://github.com/tree-sitter/tree-sitter-php")
(haskell "https://github.com/tree-sitter/tree-sitter-haskell")))
(haskell "https://github.com/tree-sitter/tree-sitter-haskell")
(zsh "https://github.com/georgeharker/tree-sitter-zsh.git")))
;; Tree sitter major mode conversions
(dolist (ent '((c-mode . c-ts-mode)
(c++-mode . c++-ts-mode)