summaryrefslogtreecommitdiffstats
path: root/genvim.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-08-01 13:11:39 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-08-01 13:11:39 -0700
commitc0e7cf6b08e4ee72faede72f2c57ae08904fc8f4 (patch)
tree9e3d419581d6dde54f17c96cfe6bc30679602b36 /genvim.txr
parent7d2dfcb941a4954948bd99808676eae3456191c0 (diff)
downloadtxr-c0e7cf6b08e4ee72faede72f2c57ae08904fc8f4.tar.gz
txr-c0e7cf6b08e4ee72faede72f2c57ae08904fc8f4.tar.bz2
txr-c0e7cf6b08e4ee72faede72f2c57ae08904fc8f4.zip
genvim: ^ is constituent of identifiers.
* genvim.txr (iskeyword): add ^ character. Now r^ and others are colorized properly.
Diffstat (limited to 'genvim.txr')
-rw-r--r--genvim.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/genvim.txr b/genvim.txr
index c1c3eace..883407d8 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -79,7 +79,7 @@ static void dir_tables_init(void)
syn case match
syn spell toplevel
-setlocal iskeyword=a-z,A-Z,48-57,!,$,&,*,+,-,:,<,=,>,?,\\,_,~,/
+setlocal iskeyword=a-z,A-Z,48-57,!,$,&,*,+,-,:,<,=,>,?,\\,_,~,/,^
@ (rep) @{tl-sym}@(mod 0 4)@\nsyn keyword tl_keyword contained @{tl-sym}@(end)
@ (end)
@ (if txr-p)