Open jey opened 5 years ago
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)
syntax/reason.vim.orig
Replaced references to rust with reason
rust
reason
Changed reserved words to be highlighted as keywords (so the "abstract" in [@bs.deriving abstract] isn't highlighted in red)
[@bs.deriving abstract]
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)