VimでES6のシンタックスハイライト
VimでES6のコードを読んでるときに、関数名や引数がいい感じにハイライトされないのでいくつかプラグインを試してみました。結果、othree/yajs.vimが良さげでしたのでこれを使うことに決めました。
試してみたプラグイン
結果
jelera/vim-javascript-syntax
pangloss/vim-javascript
othree/yajs.vim
コード引用元:https://github.com/jlebensold/reilly_restaurants/
functionキーワードが無くても関数名や引数がハイライトされるのはyajs.vimのみでしたので、これに決めました。
プロパティ名もハイライトしてくれてますしね。
設定
NeoBundleLazy 'othree/yajs.vim', {'autoload':{'filetypes':['javascript']}}
autocmd BufRead,BufNewFile *.es6 setfiletype javascript
参考資料
Setting up Vim for JavaScript development
Replace CoffeeScript with ES6
Author And Source
この問題について(VimでES6のシンタックスハイライト), 我々は、より多くの情報をここで見つけました https://qiita.com/QuestionDriven/items/83cba09d0010e8e31315著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .