maxtaco / tamejs

JavaScript code rewriter for taming async-callback-style code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim syntax highlighting

MSch opened this issue · comments

I did a quick vim syntax file to highlight await and defer in .tjs files. It's here https://github.com/MSch/vim-tamejs

How about either linking to it from the README or just merging the files in e.g. the extras/vim directory.

EDIT: Did some more thinking, people that use e.g. https://github.com/tpope/vim-pathogen won't like having the vim files reside in a subdir.

Thanks for this Martin! I'll just go ahead and merge it.

On Sun, Dec 4, 2011 at 3:03 PM, Martin Schrrer <
reply@reply.github.com

wrote:

I did a quick vim syntax file to highlight await and defer in .tjs
files. It's here https://github.com/MSch/vim-tamejs

How about either linking to it from the README or just merging the files
in e.g. the extras/vim directory.


Reply to this email directly or view it on GitHub:
#25

Committed in 944cddd; thanks Martin!