File tree Expand file tree Collapse file tree 10 files changed +42
-7
lines changed
Expand file tree Collapse file tree 10 files changed +42
-7
lines changed Original file line number Diff line number Diff line change 1+ " Vim ftdetect file
2+ " Language: SCSS
3+ " Maintainer: Amadeus Demarzi, http://github.com/amadeus
4+ " URL: https://github.com/amadeus/vim-css
5+
16autocmd BufNewFile ,BufReadPost *.scss set filetype = scss
Original file line number Diff line number Diff line change 1+ " Vim ftdetect file
2+ " Language: Stylus
3+ " Maintainer: Amadeus Demarzi, http://github.com/amadeus
4+ " URL: https://github.com/amadeus/vim-css
5+
16autocmd BufNewFile ,BufReadPost *.styl set filetype = stylus
27autocmd BufNewFile ,BufReadPost *.stylus set filetype = stylus
Original file line number Diff line number Diff line change 1+ " Vim indent file
2+ " Language: SCSS
3+ " Maintainer: Amadeus Demarzi, http://github.com/amadeus
4+ " URL: https://github.com/amadeus/vim-css
5+
16runtime indent /css.vim
Original file line number Diff line number Diff line change 1+ " Vim indent file
2+ " Language: Stylus
3+ " Maintainer: Amadeus Demarzi, http://github.com/amadeus
4+ " URL: https://github.com/amadeus/vim-css
5+
16runtime indent /css.vim
Original file line number Diff line number Diff line change 1- # CSS Media Features
1+ # CSS Media Features List
22
3- Add prop to the list, reverse sort
3+ Add prop to the list, reverse sort ` :sort! `
44
55Find/Replace Space/Or Regex:
66
7- ``` js
7+ ```
88s/\\|/\r/g
99s/ /\\|/g
1010```
Original file line number Diff line number Diff line change 1- # CSS Props DB
1+ # CSS Props List
22
33Add prop to the list, reverse sort ` :sort! `
44
55Find/Replace Space/Or Regex:
66
7- ``` js
7+ ```
88s/\\|/\r/g
99s/ /\\|/g
1010```
Original file line number Diff line number Diff line change 1- # CSS Values DB
1+ # CSS Values List
22
3- Add prop to the list, reverse sort
3+ Add prop to the list, reverse sort ` :sort! `
44
55Find/Replace Space/Or Regex:
66
Original file line number Diff line number Diff line change 1+ " Vim syntax file
2+ " Language: CSS
3+ " Maintainer: Amadeus Demarzi, http://github.com/amadeus
4+ " URL: https://github.com/amadeus/vim-css
5+
16if ! exists (" main_syntax" )
27 let main_syntax = ' css'
38elseif exists (" b:current_syntax" ) && b: current_syntax == " css"
Original file line number Diff line number Diff line change 1+ " Vim syntax file
2+ " Language: SCSS
3+ " Maintainer: Amadeus Demarzi, http://github.com/amadeus
4+ " URL: https://github.com/amadeus/vim-css
5+
16if ! exists (" main_syntax" )
27 let main_syntax = ' css'
38elseif exists (" b:current_syntax" ) && b: current_syntax == " scss"
Original file line number Diff line number Diff line change 1+ " Vim syntax file
2+ " Language: Stylus
3+ " Maintainer: Amadeus Demarzi, http://github.com/amadeus
4+ " URL: https://github.com/amadeus/vim-css
5+
16let b: embedded_rules = 1
27runtime ! syntax /css.vim
38unlet b: embedded_rules
You can’t perform that action at this time.
0 commit comments