weex.vim

Weex syntax file for Vim.

MIT License

Stars
6
Committers
1

weex.vim

Weex syntax file for Vim.

Demo

Installation

For better JavaScript syntax highlighting, pangloss/vim-javascript or othree/yajs.vim is recommended, but not required.

Use Vundle:

Plugin 'yuezk/weex.vim'

Use vim-plug:

Plug 'yuezk/weex.vim'

Use NeoBundle:

NeoBundle 'yuezk/weex.vim'

Changelog

2017-02-10

  • Modify syntax region name for better comment
  • Imporove indent

2017-02-09

  • Add indent file

2017-02-04

  • Improve syntax highlighting
  • Add demo captures

2016-05-28

  • Basic syntax highlighting