An open API service indexing awesome lists of open source software.

https://github.com/othree/html5-syntax.vim

HTML5 syntax file for vim.
https://github.com/othree/html5-syntax.vim

Last synced: 6 months ago
JSON representation

HTML5 syntax file for vim.

Awesome Lists containing this project

README

          

# html5-syntax.vim

HTML5 syntax file for vim.

## Feature

- Support all new elements and attribute, including [custom data][customdata].
- Support [microdata][microdata].
- Support [RDFa][RDFa].
- Support [WAI-ARIA][WAI-ARIA].

## Install

git clone git://github.com/othree/html5-syntax.vim.git
cd html5-syntax.vim
cp syntax/html/html5.vim ~/.vim/syntax/

[customdata]:http://dev.w3.org/html5/spec/Overview.html#custom-data-attribute
[microdata]:http://www.w3.org/TR/microdata/
[RDFa]:http://www.w3.org/TR/rdfa-syntax/
[WAI-ARIA]:http://www.w3.org/TR/wai-aria/