summaryrefslogtreecommitdiffstats
path: root/genvim.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-19 17:08:53 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-03-19 17:08:53 -0700
commit430aeaff0cf42ffc4b9cfdda43b3357d766bec21 (patch)
tree7d831d223b1fc0ebe0d397fc516538052740f224 /genvim.txr
parent9c5fab4f4c3ef7cd39eececf6984378e4a48b56e (diff)
downloadtxr-430aeaff0cf42ffc4b9cfdda43b3357d766bec21.tar.gz
txr-430aeaff0cf42ffc4b9cfdda43b3357d766bec21.tar.bz2
txr-430aeaff0cf42ffc4b9cfdda43b3357d766bec21.zip
Fix iskeyword so /= and / are highlighted 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 44261bc6..91c280ae 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -65,7 +65,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) @{txr-sym}@(mod 0 4)@\nsyn keyword txr_keyword contained @{txr-sym}@(end)
@(rep) @{txl-sym}@(mod 0 4)@\nsyn keyword txl_keyword contained @{txl-sym}@(end)