summaryrefslogtreecommitdiffstats
path: root/genvim.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-10-30 06:20:30 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-10-30 06:20:30 -0700
commit384e9d5e371e5afc932e2dad30cea5843fda7ca0 (patch)
tree66d2d644432ee33e8894393588dd8bce661cff0c /genvim.txr
parent78a77b00d40befdacd4f5044f504ed132755609e (diff)
downloadtxr-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.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/genvim.txr b/genvim.txr
index 883407d8..4ddbc3ed 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)