diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-10-30 06:20:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-10-30 06:20:30 -0700 |
commit | 384e9d5e371e5afc932e2dad30cea5843fda7ca0 (patch) | |
tree | 66d2d644432ee33e8894393588dd8bce661cff0c /genvim.txr | |
parent | 78a77b00d40befdacd4f5044f504ed132755609e (diff) | |
download | txr-384e9d5e371e5afc932e2dad30cea5843fda7ca0.tar.gz txr-384e9d5e371e5afc932e2dad30cea5843fda7ca0.tar.bz2 txr-384e9d5e371e5afc932e2dad30cea5843fda7ca0.zip |
genvim: % is constituent of identifiers.
* genvim.txr (iskeyword): add % character.
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) |