All Projects → othree → Html5.vim

othree / Html5.vim

HTML5 omnicomplete and syntax

Projects that are alternatives of or similar to Html5.vim

Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (-16.87%)
Mutual labels:  syntax
Iro.js
🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats
Stars: ✭ 796 (-11.65%)
Mutual labels:  svg
Jeelizweboji
JavaScript/WebGL real-time face tracking and expression detection library. Build your own emoticons animated in real time in the browser! SVG and THREE.js integration demos are provided.
Stars: ✭ 835 (-7.33%)
Mutual labels:  svg
Geom
2D/3D geometry toolkit for Clojure/Clojurescript
Stars: ✭ 759 (-15.76%)
Mutual labels:  svg
Macsvg
macSVG - An open-source macOS app for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view ➤➤➤
Stars: ✭ 789 (-12.43%)
Mutual labels:  svg
Nn Svg
Publication-ready NN-architecture schematics.
Stars: ✭ 805 (-10.65%)
Mutual labels:  svg
Core
🍚 Interactive UI animation engine for the Web. Core renderer for Haiku Animator.
Stars: ✭ 738 (-18.09%)
Mutual labels:  svg
Screenshotframes
A small CSS library for adding responsive frames (mobile device, desktop computer, or browser toolbar) to images
Stars: ✭ 18 (-98%)
Mutual labels:  svg
Rickshaw
JavaScript toolkit for creating interactive real-time graphs
Stars: ✭ 6,506 (+622.09%)
Mutual labels:  svg
Vue Unicons
1000+ Pixel-perfect svg icons for your next project as Vue components
Stars: ✭ 828 (-8.1%)
Mutual labels:  svg
Dracula
JavaScript layout and representation of connected graphs.
Stars: ✭ 767 (-14.87%)
Mutual labels:  svg
Natasha
Solves basic Russian NLP tasks, API for lower level Natasha projects
Stars: ✭ 788 (-12.54%)
Mutual labels:  syntax
Svgicon
SVG icon components and tool set
Stars: ✭ 817 (-9.32%)
Mutual labels:  svg
Jquery Drawsvg
Lightweight, simple to use jQuery plugin to animate SVG paths
Stars: ✭ 759 (-15.76%)
Mutual labels:  svg
Modiscript
Acche din aa gaye
Stars: ✭ 888 (-1.44%)
Mutual labels:  syntax
React Circular Progressbar
A circular progressbar component, built with SVG and extensively customizable
Stars: ✭ 742 (-17.65%)
Mutual labels:  svg
Svg 3d Builder
an elaborate tool to create 3d model with svg
Stars: ✭ 803 (-10.88%)
Mutual labels:  svg
Mono Icons
Stars: ✭ 899 (-0.22%)
Mutual labels:  svg
The Graph
SVG custom elements for FBP graph editing and visualization. Used in noflo/noflo-ui
Stars: ✭ 896 (-0.55%)
Mutual labels:  svg
Octicons
A scalable set of icons handcrafted with <3 by GitHub
Stars: ✭ 7,039 (+681.24%)
Mutual labels:  svg

html5.vim

HTML5 + inline SVG omnicomplete function, indent and syntax for Vim. Based on the default htmlcomplete.vim.

This plugin contributes to vim-polyglot language pack.

Feature

Install

Use Vundle or pathogen.vim is recommended.

For Vundle:

Plugin 'othree/html5.vim'

Configure

Disable event-handler attributes support:

let g:html5_event_handler_attributes_complete = 0

Disable RDFa attributes support:

let g:html5_rdfa_attributes_complete = 0

Disable microdata attributes support:

let g:html5_microdata_attributes_complete = 0

Disable WAI-ARIA attribute support:

let g:html5_aria_attributes_complete = 0

Change Log

Version 0.27

  • Support inline SVG

License

Copyright (c) 2010-2013 Wei-Ko Kao, 2012 HT de Beer

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.2 Spec
  2. HTML5 Markup
  3. Custom Data Attributes
  4. microdata
  5. RDFa 1.0 Rec
  6. RDFa 1.1 Core WD
  7. WAI-ARIA 1.1
  8. IANA Language Sub Tags
  9. IANA Charset
  10. SVG 1.0 Spec
  11. SVG 2.0 Spec
  12. MathML 3.0 Spec
  13. DPUB WAI-ARIA 1.0
  14. WAI-ARIA Graphics Module

Buy Me a Coffee at ko-fi.com

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].