summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-02 10:00:29 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-02 10:00:29 -0500
commite97adda9758dab0e12e7e54608dbf9557f0928c7 (patch)
tree79498ed20025f96a7a3e0ee0880361bf37041ea8 /ted.cfg
parent5882fac07ab1215ec4bbc859c693b28b06e6b469 (diff)
C++ highlighting, except for raw strings
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index d16e97d..6ca9562 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -141,3 +141,4 @@ constant = #8ff
[extensions]
C = .c, .h
+C++ = .cpp, .hpp, .C, .H, .cxx, .hxx, .cc, .hh \ No newline at end of file