summaryrefslogtreecommitdiffstats
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
commit7247b05209f7669a8c9021675d411a3de8124606 (patch)
tree9e3d419581d6dde54f17c96cfe6bc30679602b36
parent9b06aa687eac9f681086703b8696d6cb6b2761a0 (diff)
downloadtxr-7247b05209f7669a8c9021675d411a3de8124606.tar.gz
txr-7247b05209f7669a8c9021675d411a3de8124606.tar.bz2
txr-7247b05209f7669a8c9021675d411a3de8124606.zip
genvim: ^ is constituent of identifiers.
* genvim.txr (iskeyword): add ^ character. Now r^ and others are colorized properly.
-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)