All Projects → dustinfarris → Vim Htmlbars Inline Syntax

dustinfarris / Vim Htmlbars Inline Syntax

Highlight hbs tagged template literals

Labels

Projects that are alternatives of or similar to Vim Htmlbars Inline Syntax

Rainbow parentheses.vim
Better Rainbow Parentheses
Stars: ✭ 892 (+3616.67%)
Mutual labels:  viml
Funcoo.vim
Functional Object Oriented VimL
Stars: ✭ 18 (-25%)
Mutual labels:  viml
Scala Vim Support
Unofficial mirror of Scala Vim support - With a few fixes added.
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml
Vim Nosecompiler
Vim Compiler file for the nose framework
Stars: ✭ 16 (-33.33%)
Mutual labels:  viml
Gist.vim
Create gists from Vim
Stars: ✭ 18 (-25%)
Mutual labels:  viml
Vim Session
Extended session management for Vim (:mksession on steroids)
Stars: ✭ 907 (+3679.17%)
Mutual labels:  viml
Dotfiles Windows
[pt-BR] meus dotfiles para windows
Stars: ✭ 7 (-70.83%)
Mutual labels:  viml
Ag.vim
Use ag, the_silver_searcher (better than ack, which is better than grep)
Stars: ✭ 23 (-4.17%)
Mutual labels:  viml
Dotfiles
My dot files
Stars: ✭ 18 (-25%)
Mutual labels:  viml
Stupid Easymotion
A dumbed down version of EasyMotion that aids navigation on the current line
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml
Vim Diff Toggle
🛠 Vim plugin to speed up editing diff files
Stars: ✭ 17 (-29.17%)
Mutual labels:  viml
Vimrc
Stars: ✭ 18 (-25%)
Mutual labels:  viml
Vim lib
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml
Vimpeg
A PEG parser for Vim
Stars: ✭ 16 (-33.33%)
Mutual labels:  viml
Insertlessly
Waste no more time entering insert mode just to insert enters!
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml
Easytags.vim
Automated tag file generation and syntax highlighting of tags in Vim
Stars: ✭ 15 (-37.5%)
Mutual labels:  viml
Markmywords
Arbitrary bookmarks for your files and Vim docs
Stars: ✭ 19 (-20.83%)
Mutual labels:  viml
Rvm.vim
This functionality has been rolled into tpope's vim-rvm
Stars: ✭ 23 (-4.17%)
Mutual labels:  viml
Cheatsheets
personal cheatsheets on various technologies
Stars: ✭ 23 (-4.17%)
Mutual labels:  viml
Learnviml
A suggested path for learning Vim's scripting language, VimL
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml

htmlbars-inline-syntax.vim

Highlight inline hbs tagged template literals using mustache sytax.

Screenshot

Installation

Use your favorite installation method, such as Plug.

Plug 'dustinfarris/vim-htmlbars-inline-syntax'

Make sure you have installed vim-mustache-handlebars.

Usage

In your vimrc:

autocmd BufRead,BufNewFile *.js HighlightInlineHbs

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].