Mercurial > ec-dotfiles
comparison vendor/vim-syntax/coffee.vim @ 537:351bd965bc1f
Update some syntax files.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 05 Jan 2015 21:47:44 +0900 |
parents | bbcffc594d1e |
children | 6f57f959cc0b |
comparison
equal
deleted
inserted
replaced
536:d4e874f04bc6 | 537:351bd965bc1f |
---|---|
1 " Language: CoffeeScript | 1 " Language: CoffeeScript |
2 " Maintainer: Mick Koch <kchmck@gmail.com> | 2 " Maintainer: Mick Koch <mick@kochm.co> |
3 " URL: http://github.com/kchmck/vim-coffee-script | 3 " URL: http://github.com/kchmck/vim-coffee-script |
4 " License: WTFPL | 4 " License: WTFPL |
5 | 5 |
6 " Bail if our syntax is already loaded. | 6 " Bail if our syntax is already loaded. |
7 if exists('b:current_syntax') && b:current_syntax == 'coffee' | 7 if exists('b:current_syntax') && b:current_syntax == 'coffee' |