diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -135,11 +135,12 @@ cancel = #ffa keyword = #0c0 preprocessor = #77f string = #f77 -character = #a7f +character = #fa7 +builtin = #a7f comment = #999 constant = #8ff [extensions] C = .c, .h C++ = .cpp, .hpp, .C, .H, .cxx, .hxx, .cc, .hh -Rust = .rs
\ No newline at end of file +Rust = .rs |