summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-28 18:10:34 -0500
committerpommicket <pommicket@gmail.com>2022-12-28 18:10:34 -0500
commit92c2f6c5db7606515948b233470181c119f7e308 (patch)
treee77c345cdfcc2e398d9395ec0fe262ce133d42b7 /ted.cfg
parent8ef7a72c55e66c097c0130ab17e2062ef75e4723 (diff)
GLSL syntax highlighting
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