vim-coffee-script icon indicating copy to clipboard operation
vim-coffee-script copied to clipboard

CoffeeScript support for vim

Results 6 vim-coffee-script issues
Sort by recently updated
recently updated
newest added

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...

syntax

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...

syntax

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...

syntax

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...

syntax