summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-01 15:19:47 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-01 15:19:47 -0500
commitb376a87775d10dc7a693c0e1ecbe59e867e4634a (patch)
tree492abc20a91ae41bd089410b7082dc9cea88628a /ted.cfg
parentfe4d14a5bb135a925bb47fe88b1a78df0d03cd49 (diff)
different syntax highlighting depending on the file extension
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 7e2877f..f76c6bd 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -137,3 +137,6 @@ string = #f77
character = #a7f
comment = #999
constant = #8ff
+
+[extensions]
+C = .c, .h