Add GLSL mode
This commit is contained in:
parent
190627d982
commit
6cdd4f6aa3
4
init.el
4
init.el
@ -160,6 +160,7 @@
|
||||
'((c "https://github.com/tree-sitter/tree-sitter-c")
|
||||
(cpp "https://github.com/tree-sitter/tree-sitter-cpp")
|
||||
(java "https://github.com/tree-sitter/tree-sitter-java")
|
||||
;; (glsl "https://github.com/tree-sitter-grammars/tree-sitter-glsl")
|
||||
(python "https://github.com/tree-sitter/tree-sitter-python")
|
||||
(rust "https://github.com/tree-sitter/tree-sitter-rust")
|
||||
(json "https://github.com/tree-sitter/tree-sitter-json")
|
||||
@ -1563,6 +1564,9 @@ otherwise, call `bibtex-find-text'."
|
||||
"go" #'ff-find-other-file
|
||||
"gO" #'ff-find-other-file-other-window))
|
||||
|
||||
;; GLSL
|
||||
(use-package glsl-mode)
|
||||
|
||||
;; php-mode
|
||||
(use-package php-mode
|
||||
:hook (php-mode . eglot-ensure))
|
||||
|
Loading…
Reference in New Issue
Block a user