summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-06 18:28:43 +0100
committerDavid Robillard <d@drobilla.net>2020-11-06 18:28:43 +0100
commitd1c63b80f0177f3cadf9ee555335400871ea8816 (patch)
treef6a44ee93ef75b2d0638c693a849ea337dc64659 /emacs/.emacs.d
parenta01d19232259bc5add20bd9242b9a2857efdf236 (diff)
downloaddotfiles-d1c63b80f0177f3cadf9ee555335400871ea8816.tar.gz
dotfiles-d1c63b80f0177f3cadf9ee555335400871ea8816.tar.bz2
dotfiles-d1c63b80f0177f3cadf9ee555335400871ea8816.zip
Add GLSL tessellation shader file extensions
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.el2
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