diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-02 19:01:58 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-02 19:01:58 -0500 |
commit | 59960f2907f6ea8af83dc606273d304e923fb4b6 (patch) | |
tree | c917d757b5d16f160f42624ec0e6cb444e2e1011 /ted.cfg | |
parent | e8b7d01ff68fed675d1397f4556f159f0c32246d (diff) |
better syntax highlighting (split keywords into keywords + builtins)
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 |