diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-01 12:45:37 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-01 12:45:37 -0500 |
commit | e53329668e403a6b73bc8c9b56ad6b55eecba4e9 (patch) | |
tree | ca87e777053112f5de53155374f2272d6aad0ca1 /ted.cfg | |
parent | 11b50663dc489b7ec8cb1c8774d9bda2c7acac3b (diff) |
fix C hex literal highlighting
also open to untitled empty buffer
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,5 +135,5 @@ keyword = #0c0 preprocessor = #77f string = #f77 character = #a7f -comment = #777 +comment = #999 constant = #8ff |