Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

VimでES6のシンタックスハイライト

$
0
0

VimでES6のコードを読んでるときに、関数名や引数がいい感じにハイライトされないのでいくつかプラグインを試してみました。結果、othree/yajs.vimが良さげでしたのでこれを使うことに決めました。

試してみたプラグイン

結果

jelera/vim-javascript-syntax

vim-javascript-syntax.png

pangloss/vim-javascript

vim-javascript.png

othree/yajs.vim

yajs.vim.png

コード引用元:https://github.com/jlebensold/reilly_restaurants/

functionキーワードが無くても関数名や引数がハイライトされるのはyajs.vimのみでしたので、これに決めました。
プロパティ名もハイライトしてくれてますしね。

設定

.vimrc
NeoBundleLazy 'othree/yajs.vim', {'autoload':{'filetypes':['javascript']}}

autocmdBufRead,BufNewFile *.es6 setfiletype javascript

参考資料

Setting up Vim for JavaScript development
Replace CoffeeScript with ES6


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>