All Projects → othree → csscomplete.vim

othree / csscomplete.vim

Licence: other
Update the bult-in CSS complete function to latest CSS standard.

Programming Languages

Vim Script
2826 projects
Makefile
30231 projects

Projects that are alternatives of or similar to csscomplete.vim

Ifmt
Inline expression interpolation for Rust.
Stars: ✭ 197 (+222.95%)
Mutual labels:  syntax
nova-vue
Vue support for Nova editor.
Stars: ✭ 35 (-42.62%)
Mutual labels:  syntax
school management system
This is an School Management Software
Stars: ✭ 185 (+203.28%)
Mutual labels:  css3
Clarifyjs
Create and Execute Chained Javascript Methods In Any Order You want
Stars: ✭ 227 (+272.13%)
Mutual labels:  syntax
berkeley-parser-analyser
A tool for classifying mistakes in the output of parsers
Stars: ✭ 34 (-44.26%)
Mutual labels:  syntax
UI-UX-Resources
Find all the resources📘📙📕📗 related to UI/UX🎨, Html Templates, Fonts🖋, Icons, Photos Gallery📷, React⚛, Angular🅰, etc.
Stars: ✭ 60 (-1.64%)
Mutual labels:  css3
Vue Highlight.js
📜 Highlight.js syntax highlighter component for Vue.
Stars: ✭ 180 (+195.08%)
Mutual labels:  syntax
opentek
If it is about Open Source, it is on Opentek.
Stars: ✭ 74 (+21.31%)
Mutual labels:  css3
postcss-jsx
PostCSS syntax for parsing CSS in JS literals
Stars: ✭ 73 (+19.67%)
Mutual labels:  syntax
twindle
Twindle - an open source project for beginners. Converting twitter threads to pdf, epub, and mobi format to be read by Kindle.
Stars: ✭ 129 (+111.48%)
Mutual labels:  css3
Vim Cpp Modern
Extended Vim syntax highlighting for C and C++ (C++11/14/17/20)
Stars: ✭ 229 (+275.41%)
Mutual labels:  syntax
Haskell Symbol Search Cheatsheet
Haskell/GHC symbol search cheatsheet
Stars: ✭ 243 (+298.36%)
Mutual labels:  syntax
csslab
用于快速进行页面重构的CSS函数库
Stars: ✭ 19 (-68.85%)
Mutual labels:  css3
Linqit
Extend python lists with .NET's LINQ syntax for clean and fast coding. Also known as PINQ.
Stars: ✭ 222 (+263.93%)
Mutual labels:  syntax
reactwarriors-workshop
2-x дневный онлайн воркшоп "Киноафиша 2.0 на React"
Stars: ✭ 25 (-59.02%)
Mutual labels:  css3
Phpgrep
Syntax-aware grep for PHP code.
Stars: ✭ 185 (+203.28%)
Mutual labels:  syntax
laravel-or-abort
A trait to optionally abort a Laravel application
Stars: ✭ 54 (-11.48%)
Mutual labels:  syntax
weetnie
An OpenSource cloude storage manager template
Stars: ✭ 47 (-22.95%)
Mutual labels:  css3
100-Days-of-JavaScript-Code
Completing 100DaysOfCode challenge by making 1 project every day using JavaScript for next 100 Days.
Stars: ✭ 133 (+118.03%)
Mutual labels:  css3
onlineResume
Harry's personal website
Stars: ✭ 15 (-75.41%)
Mutual labels:  css3

CSS Omni Complete Function for CSS3

Update the bult-in CSS complete function to latest CSS standard.

The latest stable file already in vim repo, this repo will keep update for beta test.

Installation

Use pathogen or vundle is recommended. Vundle:

Plugin 'othree/csscomplete.vim'

Configure

Set omnifunc to csscomplete#CompleteCSS

autocmd FileType css setlocal omnifunc=csscomplete#CompleteCSS noci

License

Same as VIM

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