]> gitweb.factorcode.org Git - factor.git/commit
Added iskeyword command to the syntax definition
authorolus2000 <alsabak@gmail.com>
Mon, 22 Aug 2022 14:26:19 +0000 (16:26 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Aug 2022 14:31:38 +0000 (07:31 -0700)
commit0bc380612c5df92ee013902a442fcf440115d4c0
treeee0664880f2e2753ff45fcbbf8b49798b7e4715d
parentd59f1dd62b515d66c4c58ad826dc6221866292c3
Added iskeyword command to the syntax definition

Factor words can include almost any byte.
In ftplugin/factor.vim ranges 33-126 and 128-255 are defined
as valid characters for Factor words so I copied those ranges.
misc/vim/syntax/factor.vim