diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -203,9 +203,10 @@ cursor-line-number = #ddf line-numbers-separator = #fff3 [extensions] -C = .c, .h +C = .c, .h, .glsl C++ = .cpp, .hpp, .C, .H, .cxx, .hxx, .cc, .hh Rust = .rs Python = .py Tex = .tex Markdown = .md +HTML = .html, .php |