othree / yajs.vim

YAJS.vim: Yet Another JavaScript Syntax for Vim
http://www.vim.org/scripts/script.php?script_id=4974
Vim License
688 stars 41 forks source link

Typo in syntax/javascript.vim #24

Closed HerringtonDarkholme closed 9 years ago

HerringtonDarkholme commented 9 years ago

Dear othree,

Thank you for your great syntax file. It's the most updated js syntax for vim. I really love it and am porting your syntax to typescript.

I found a typo here https://github.com/othree/yajs.vim/blob/master/syntax/javascript.vim#L272, where javascriptClassBLock should be javascriptClassBlock, a minor typo.

Thanks for your plugin!!

othree commented 9 years ago

Thanks, I thought Vim syntax is case sensitive. But its not, so I miss this one.