From 11b50663dc489b7ec8cb1c8774d9bda2c7acac3b Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 1 Feb 2021 12:33:27 -0500 Subject: full C syntax highlighting --- ted.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ted.cfg') diff --git a/ted.cfg b/ted.cfg index b981cd6..d2e7d49 100644 --- a/ted.cfg +++ b/ted.cfg @@ -55,9 +55,13 @@ Keypad Enter = :newline # deletion Delete = :delete +Shift+Delete = :delete Ctrl+Delete = :delete-word +Ctrl+Shift+Delete = :delete-word Backspace = :backspace +Shift+Backspace = :backspace Ctrl+Backspace = :backspace-word +Ctrl+Shift+Backspace = :backspace-word # scrolling PageUp = :page-up @@ -126,9 +130,10 @@ yes = #afa no = #faa cancel = #ffa +# Syntax highlighting keyword = #0c0 preprocessor = #77f string = #f77 character = #a7f comment = #777 -number = #8ff +constant = #8ff -- cgit v1.2.3