diff options
author | David Robillard <d@drobilla.net> | 2020-11-06 18:28:43 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-06 18:28:43 +0100 |
commit | d1c63b80f0177f3cadf9ee555335400871ea8816 (patch) | |
tree | f6a44ee93ef75b2d0638c693a849ea337dc64659 /emacs | |
parent | a01d19232259bc5add20bd9242b9a2857efdf236 (diff) | |
download | dotfiles-d1c63b80f0177f3cadf9ee555335400871ea8816.tar.gz dotfiles-d1c63b80f0177f3cadf9ee555335400871ea8816.tar.bz2 dotfiles-d1c63b80f0177f3cadf9ee555335400871ea8816.zip |
Add GLSL tessellation shader file extensions
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 1e64e8b..ae30f14 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -469,6 +469,8 @@ (add-to-list 'auto-mode-alist '("\\.gyp" . python-mode)) (add-to-list 'auto-mode-alist '("\\.gypi" . python-mode)) (add-to-list 'auto-mode-alist '("\\.jsonld" . json-mode)) +(add-to-list 'auto-mode-alist '("\\.tesc" . glsl-mode)) +(add-to-list 'auto-mode-alist '("\\.tese" . glsl-mode)) ;;; Projectile |