summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-04 14:31:51 -0500
committerpommicket <pommicket@gmail.com>2023-03-04 14:31:51 -0500
commit2bdf5709514f5ff4fd734945c883f7789d9cda64 (patch)
tree46c36e0b94563579fcf92ac30152a13b1d988446 /ted.cfg
parent21296931233d6c955f0a3394c202043e0e58731d (diff)
check for %include loops
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 375901c..bf056b5 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -442,7 +442,7 @@ HTML = .html, .php, .xhtml
XML = .xml, .iml
Config = .cfg, .toml
# ted.cfg has its own syntax highlighting for multiline strings.
-TedCfg = ted.cfg
+TedCfg = ted.cfg, .ted.cfg
JavaScript = .js
TypeScript = .ts
JSON = .json