Skip to content

goonoo/vim-literate-coffeescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is mirror for mintplant's vim-literate-coffeescript.

vim-literate-coffeescript adds syntax highlighting and indentation support for Literate CoffeeScript to the vim text editor.

It looks something like this:

Preview

Dependencies

You must have syntax highlighting installed for both Markdown and CoffeeScript installed to use this package.

Installation

Manually

  1. Clone this repository.

    git clone https://github.com/mctenshi/vim-literate-coffeescript.git
    
  2. Copy all the vim-specific files into your ~/.vim folder.

    cp -r vim-literate-coffeescript/ftdetect/ ~/.vim/
    cp -r vim-literate-coffeescript/indent/ ~/.vim/
    cp -r vim-literate-coffeescript/syntax/ ~/.vim/
    

With Pathogen

Setup

  1. Install Pathogen

  2. Change directory to your bundle folder.

    cd ~/.vim/bundle
    
  3. Clone this repository.

     git clone https://github.com/mctenshi/vim-literate-coffeescript.git
    

Updating

  1. Change directory to where the repository was cloned.

    cd ~/.vim/bundle/vim-literate-coffeescript/
    
  2. Pull in the latest changes.

    git pull
    

License

MIT

About

adds syntax highlighting and indentation support for Literate CoffeeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors