| /vim-8.2.3635/runtime/syntax/ |
| H A D | less.vim | 11 runtime! syntax/css.vim 16 syn cluster lessCssAttributes contains=css.*Attr,lessEndOfLineComment,lessComment,cssValue.*,cssCol… 20 syn match lessProperty "\%([{};]\s*\|^\)\@<=\%([[:alnum:]-]\|#{[^{}]*}\)\+\s*:" contains=css.*Prop … 21 …\s\%(\%([[:alnum:]-]\|#{[^{}]*}\)\+\s*:\|:[[:alnum:]-]\+\)"hs=s+1 contains=css.*Prop skipwhite nex… 22 syn match lessProperty "^\s*\zs\s\%(:\=[[:alnum:]-]\+\s*=\)"hs=s+1 contains=css.*Prop skipwhite nex…
|
| H A D | sass.vim | 11 runtime! syntax/css.vim 16 syn cluster sassCssAttributes contains=css.*Attr,sassEndOfLineComment,scssComment,cssValue.*,cssCol… 20 syn match sassProperty "\%([{};]\s*\|^\)\@<=\%([[:alnum:]-]\|#{[^{}]*}\)\+\s*:" contains=css.*Prop … 21 …\s\%(\%([[:alnum:]-]\|#{[^{}]*}\)\+\s*:\|:[[:alnum:]-]\+\)"hs=s+1 contains=css.*Prop skipwhite nex… 22 syn match sassProperty "^\s*\zs\s\%(:\=[[:alnum:]-]\+\s*=\)"hs=s+1 contains=css.*Prop skipwhite nex…
|
| H A D | css.vim | 8 " URL: https://github.com/vim-language-dept/css-syntax.vim 17 let main_syntax = 'css' 18 elseif exists("b:current_syntax") && b:current_syntax == "css" 217 " http://www.w3.org/TR/css-align-3/ 228 " http://www.w3.org/TR/css-fonts-3/ 281 " https://www.w3.org/TR/css-grid-1/ 298 " object-fit https://www.w3.org/TR/css-images-3/#the-object-fit 482 " http://www.paulirish.com/2009/browser-specific-css-hacks/ 520 if main_syntax == "css" 651 let b:current_syntax = "css" [all …]
|
| H A D | vue.vim | 12 " We have a collection of html, css and javascript wrapped in
|
| H A D | html.vim | 242 syn include @htmlCss syntax/css.vim 246 …tmlArg start='style="' keepend matchgroup=htmlString end='"' contains=css.*Attr,css.*Prop,cssComme…
|
| H A D | haml.vim | 67 syn region hamlCSSFilter matchgroup=hamlFilter start="^\z(\s*\):css\s*$" end="^\%(\z…
|
| H A D | 2html.vim | 848 \ "<style" . (s:html5 ? "" : " type=\"text/css\"") . ">", 853 " if we are doing hover_unfold, use css 2 with css 1 fallback for IE6 878 \ "<!--[if lt IE 7]><style type=\"text/css\">", 1491 " Note that dynamic folds require using css so we just use css to take 1548 " Note that dynamic folds require using css so we just use css to take
|
| H A D | sas.vim | 101 …mpound compress constant convx convxp cos cosh cot count countc countw csc css cumipmt cumprinc cu… 170 syn keyword sasProcSQLFunctionName avg count css cv freq max mean median min n nmiss prt range std … 185 …pfuzz compound compress constant convx convxp cos cosh count countc countw css cumipmt cumprinc cv…
|
| H A D | tidy.vim | 170 syn keyword tidyCSSSelectorOption css-prefix contained nextgroup=tidyCSSSelectorDelimiter
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | html.vim | 41 \ "Cascading StyleSheets (*.css)\t*.css\n" .
|
| H A D | sass.vim | 18 setlocal suffixesadd=.sass,.scss,.css
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | scss.vim | 10 runtime! indent/css.vim
|
| H A D | less.vim | 11 runtime! indent/css.vim
|
| H A D | css.vim | 54 if synIDattr(synID(a:lnum, i + 1, 0), 'name') !~ 'css\%(Comment\|StringQ\{1,2}\)'
|
| H A D | html.vim | 13 " indent/css.vim (2006 Dec 20) from N. Weibull 617 " Adopted $VIMRUNTIME/indent/css.vim
|
| /vim-8.2.3635/src/ |
| H A D | gui_xim.c | 258 gchar *css = NULL; in im_preedit_window_open() local 279 css = g_strdup_printf( in im_preedit_window_open() 295 gtk_css_provider_load_from_data(provider, css, -1, NULL); in im_preedit_window_open() 299 g_free(css); in im_preedit_window_open()
|
| H A D | gui_gtk_x11.c | 3942 gchar * const css = g_strdup_printf( in gui_mch_new_colors() local 3950 gtk_css_provider_load_from_data(provider, css, -1, NULL); in gui_mch_new_colors() 3954 g_free(css); in gui_mch_new_colors()
|
| /vim-8.2.3635/runtime/colors/lists/ |
| H A D | csscolors.vim | 7 " https://www.w3.org/TR/css-color-3/
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | gui_x11.txt | 381 following snippet of CSS code to $XDG_HOME_DIR/gtk-3.0/gtk.css (see the next 404 *gtk-css* 414 vim $HOME/.config/gtk-3.0/gtk.css 426 Add the following lines to $XDG_HOME_DIR/gtk-3.0/gtk.css (usually, 427 $HOME/.config/gtk-3.0/gtk.css): > 473 https://www.w3schools.com/css/css_boxmodel.asp
|
| /vim-8.2.3635/.github/ |
| H A D | CODEOWNERS | 78 runtime/ftplugin/css.vim @dkearns 130 runtime/indent/css.vim @dkearns
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 445 let style_start = search('^<style\( type="text/css"\)\?>') 655 \ ['<style' . (s:html5 ? '' : 'type="text/css"') . '>']+ 740 " dynamic folding implies css
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 124 \ 'css': ['file.css'],
|
| /vim-8.2.3635/runtime/ |
| H A D | makemenu.vim | 124 SynMenu C.Cascading\ Style\ Sheets:css
|
| H A D | filetype.vim | 320 au BufNewFile,BufRead *.css setf css
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xhtml10s.vim | 254 \ { 'media': [], 'id': [], 'lang': [], 'xml:space': ['preserve'], 'title': [], 'type': ['text/css']…
|