vim-coffee-script
vim-coffee-script copied to clipboard
CoffeeScript support for vim
Added highlighting to coffeescript Arrow and Fat Arrow to honer the default Function highlighting, Added Highlighting length Modified (, {, [ to highlight the same as default javascript Modified body...
This adds `coffeeFunction` and `coffeeMethod` syntax elements which are linked to `coffeeStatement` and `coffeeObjAssign`, respectively. This ensures that existing themes will continue to behave as they have, but makes it...
link `coffeeInterpDelim` to `Operator` instead of `PreProc`. In this way it's more likely to be colored differently from `String` in a variety of color schemes. Edit: Rationale: `"abc #{ expr...
It was really hard to read files written in a function style: ``` one = -> two = (asdf) -> ``` since everything was the default coloring, you couldn't really...
Inspired by (and based on) [vim-cute-python](https://github.com/ehamberg/vim-cute-python). After enabling `g:coffee_cute`, certain keywords are replaced with their equivalent mathematical notation (such as ∈, ∧ and ∨) and function arrows are converted to...