updates
This commit is contained in:
parent
c8ca53c8e5
commit
404748ab6a
|
@ -237,7 +237,8 @@ hi! def link scssSelector cssIdentifier
|
||||||
hi! def link scssSelectorName scssSelector
|
hi! def link scssSelectorName scssSelector
|
||||||
hi! def link scssSelectorChar cssIdentifier
|
hi! def link scssSelectorChar cssIdentifier
|
||||||
hi! def link scssFunctionName cssFunction
|
hi! def link scssFunctionName cssFunction
|
||||||
hi! def link scssMixinName cssIdentifier
|
hi! def link scssMixin keyword
|
||||||
|
hi! def link scssMixinName cssFunction
|
||||||
hi! def link scssampersand scssSelectorName
|
hi! def link scssampersand scssSelectorName
|
||||||
hi! def link scssAtRoot atKeyword
|
hi! def link scssAtRoot atKeyword
|
||||||
hi! def link vue_scss cssIdentifier
|
hi! def link vue_scss cssIdentifier
|
||||||
|
|
|
@ -228,6 +228,7 @@ let g:shell_scratch_buffer_nr = -1
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
function! GetDiagnosticCountsFromSigns(buffer) abort
|
function! GetDiagnosticCountsFromSigns(buffer) abort
|
||||||
|
"{{{
|
||||||
let l:error = 0
|
let l:error = 0
|
||||||
let l:warn = 0
|
let l:warn = 0
|
||||||
let l:info = 0
|
let l:info = 0
|
||||||
|
@ -257,7 +258,7 @@ function! GetDiagnosticCountsFromSigns(buffer) abort
|
||||||
return {'error': l:error, 'warning': l:warn, 'info': l:info, 'hint': l:hint}
|
return {'error': l:error, 'warning': l:warn, 'info': l:info, 'hint': l:hint}
|
||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
"}}}
|
||||||
|
|
||||||
" https://stackoverflow.com/a/40195855
|
" https://stackoverflow.com/a/40195855
|
||||||
" ex_command: command to run to execute file
|
" ex_command: command to run to execute file
|
||||||
|
|
Loading…
Reference in New Issue