From 59960f2907f6ea8af83dc606273d304e923fb4b6 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 2 Feb 2021 19:01:58 -0500 Subject: better syntax highlighting (split keywords into keywords + builtins) --- ted.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ted.cfg') diff --git a/ted.cfg b/ted.cfg index 5158517..9c8ac90 100644 --- a/ted.cfg +++ b/ted.cfg @@ -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 -- cgit v1.2.3