vim-reason-plus
vim-reason-plus copied to clipboard
Highlight `abstract` as a keyword
-
Added a guess at the source file as
syntax/reason.vim.orig
. (Note: not precisely bisected, but the ground truth is between https://github.com/rust-lang/rust.vim/commit/523a1160287772c8b8c7842efcd4898b528d89bf and https://github.com/rust-lang/rust.vim/commit/e651851c7455286f0ba42c46777e9677c68796ac) -
Replaced references to
rust
withreason
-
Changed reserved words to be highlighted as keywords (so the "abstract" in
[@bs.deriving abstract]
isn't highlighted in red)