Sha256: a12f99b014bf8e06b7a1a679ab652d823a15923902fea5878db6f81c516416cf

Contents?: true

Size: 722 Bytes

Versions: 3

Compression:

Stored size: 722 Bytes

Contents

This folder includes rough cuts of CoffeeScript syntax highlighters for 
TextMate and Vim. Improvements to their lexing ability are always welcome.

To install the TextMate bundle, drop it into:
  ~/Library/Application Support/TextMate/Bundles

To install the Vim highlighter, copy "coffee.vim" into the "syntax" directory of
your vim72, and enable it in either of the following two ways:

  * Manually, by running `:set syntax=coffee`
  
  * Or automatically, by creating a "filetype.vim" file within "~/.vim", which
    contains something along these lines:
    
    if exists("did_load_filetypes")
      finish
    end
    augroup filetypedetect
      au! BufRead,BufNewFile *.coffee setfiletype coffee
    augroup END

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
haml-more-0.4.0.c vendor/coffee-script/extras/EXTRAS
haml-more-0.4.0.b vendor/coffee-script/extras/EXTRAS
haml-more-0.4.0.a vendor/coffee-script/extras/EXTRAS