diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-02 10:00:29 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-02 10:00:29 -0500 |
commit | e97adda9758dab0e12e7e54608dbf9557f0928c7 (patch) | |
tree | 79498ed20025f96a7a3e0ee0880361bf37041ea8 /ted.cfg | |
parent | 5882fac07ab1215ec4bbc859c693b28b06e6b469 (diff) |
C++ highlighting, except for raw strings
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |