summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-04 16:06:50 -0500
committerpommicket <pommicket@gmail.com>2023-03-04 16:06:50 -0500
commited9d2be11db07ed1e31e884004ae65b14991de1a (patch)
tree50d7b3a19089c168d37912143963dbcceff63a16 /ted.cfg
parent2bdf5709514f5ff4fd734945c883f7789d9cda64 (diff)
highlight directives in ted.cfg
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/ted.cfg b/ted.cfg
index bf056b5..bd21664 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -441,8 +441,8 @@ GLSL = .glsl, .tesc, .tese, .vert, .frag, .geom, .comp
HTML = .html, .php, .xhtml
XML = .xml, .iml
Config = .cfg, .toml
-# ted.cfg has its own syntax highlighting for multiline strings.
-TedCfg = ted.cfg, .ted.cfg
+# ted.cfg has its own syntax highlighting
+TedCfg = ted.cfg
JavaScript = .js
TypeScript = .ts
JSON = .json