Start work on zsh-ts-mode
This commit is contained in:
3
init.el
3
init.el
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user