]> gitweb.factorcode.org Git - factor.git/commit
fixup! [misc] vim/syntax: Fixups
authorDusk <me@bb010g.com>
Sun, 7 Jun 2020 02:04:05 +0000 (19:04 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 7 Jun 2020 05:35:13 +0000 (05:35 +0000)
commit70cf73b0320285f267d66a7fb2e520a694630b48
tree6b488af01d9468a937ed13804b585603ce7770d6
parentf70ce01b5191ef73d996e0d15fd673c4c3a221eb
fixup! [misc] vim/syntax: Fixups

(Thanks, @mrjbq7!) Now:
+ `CHAR:` literals highlight the whole next token.
+ `0b...` binary literals don't require invalid `+=0b` or `-=0b` syntax.
+ Float literals can't start with a `,` separator.
+ Float literals can have exponents with `,` separators.
+ `foo: ...` stack effects function as intended in general.
+ Syntax clusters might be a bit cleaner with `g:factor_syn_no_error`.
+ Error match priority should be cleaned up.
misc/vim/syntax/factor.vim