diff options
author | pommicket <pommicket@gmail.com> | 2022-11-03 12:16:38 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-11-03 12:16:38 -0400 |
commit | 609cdb6f0cc9f6f5d86366fbf60364f463cba551 (patch) | |
tree | ca5bd1765aecf1a9ca3560557fa37d1b61bcad26 /ted.cfg | |
parent | 667284c3539546d269cee175cedd43671655499e (diff) |
multiline string highlighting for ted.cfg
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -235,6 +235,8 @@ Tex = .tex Markdown = .md HTML = .html, .php, .xml, .xhtml, .iml Config = .cfg, .toml +# ted.cfg has its own syntax highlighting for multiline strings. +TedCfg = ted.cfg Javascript = .js Java = .java Go = .go |