summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/ted.cfg b/ted.cfg
index 2f59a47..029031d 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -196,6 +196,7 @@ Ctrl+Shift+r = :reload-all
# 13 TypeScript
# 14 JSON
# 15 XML
+# 16 GLSL
# -1 Guess from the file extension (default)
Ctrl+Space = :autocomplete
@@ -322,12 +323,13 @@ cursor-line-number = #ddf
line-numbers-separator = #fff3
[extensions]
-C = .c, .h, .glsl
+C = .c, .h
C++ = .cpp, .hpp, .C, .H, .cxx, .hxx, .cc, .hh
Rust = .rs
Python = .py
Tex = .tex
-Markdown = .md
+Markdown = .md
+GLSL = .glsl, .tesc, .tese, .vert, .frag, .geom, .comp
HTML = .html, .php, .xhtml
XML = .xml, .iml
Config = .cfg, .toml