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.
- Host: GitHub
- URL: https://github.com/othree/html5-syntax.vim
- Owner: othree
- Created: 2010-09-07T18:16:16.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T23:19:57.000Z (over 10 years ago)
- Last Synced: 2025-01-24T13:44:33.144Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 502 KB
- Stars: 60
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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/