diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-08-01 13:11:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-08-01 13:11:39 -0700 |
commit | c0e7cf6b08e4ee72faede72f2c57ae08904fc8f4 (patch) | |
tree | 9e3d419581d6dde54f17c96cfe6bc30679602b36 /genvim.txr | |
parent | 7d2dfcb941a4954948bd99808676eae3456191c0 (diff) | |
download | txr-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.txr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |