Skip to content

shazow/html5.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html5.vim

HTML5 omnicomplete funtion and syntax for Vim. Based on the default htmlcomplete.vim.

Feature

Install

Goto get vimball file. Open it with vim and execute :so% or

git clone git://github.com/othree/html5.vim.git
cd html5.vim
make install

Configure

Disable event-handler attributes support:

let g:event_handler_attributes_complete = 0

Disable RDFa attributes support:

let g:rdfa_attributes_complete = 0

Disable microdata attributes support:

let g:microdata_attributes_complete = 0

Disable WAI-ARIA attribute support:

let g:aria_attributes_complete = 0

Change Log

Version 0.26

  • Support multi-value attributes (Most of them are WAI-ARIA attributes)
  • Some old complete function bug fix

Version 0.25

  • WAI-ARIA support bug fix
  • WAI-ARIA complete supports all doctypes now

License

Copyright (c) 2010 Wei-Ko Kao

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

References

  1. HTML5 Spec
  2. HTML5 Markup
  3. Custom Data Attributes
  4. microdata
  5. RDFa 1.0 Rec
  6. RDFa 1.1 Core WD
  7. WAI-ARIA
  8. IANA Language Sub Tags
  9. IANA Charset

Packages

No packages published

Languages

  • Vim Script 100.0%