summaryrefslogtreecommitdiff
path: root/ted.h
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.h
parent2bdf5709514f5ff4fd734945c883f7789d9cda64 (diff)
highlight directives in ted.cfg
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index 1a22996..3470c5b 100644
--- a/ted.h
+++ b/ted.h
@@ -70,7 +70,7 @@ enum {
LANG_JAVA = 10,
/// Go
LANG_GO = 11,
- /// like \ref LANG_CONFIG, but with multiline strings.
+ /// like \ref LANG_CONFIG, but with more highlighting for ted.cfg-specific stuff.
LANG_TED_CFG = 12,
/// TypeScript
LANG_TYPESCRIPT = 13,