This commit is contained in:
ManjaroOne666 2018-08-02 23:27:01 +01:00
parent c8ca53c8e5
commit 404748ab6a
2 changed files with 4 additions and 2 deletions

View File

@ -237,7 +237,8 @@ hi! def link scssSelector cssIdentifier
hi! def link scssSelectorName scssSelector
hi! def link scssSelectorChar cssIdentifier
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 scssAtRoot atKeyword
hi! def link vue_scss cssIdentifier

View File

@ -228,6 +228,7 @@ let g:shell_scratch_buffer_nr = -1
"}}}
function! GetDiagnosticCountsFromSigns(buffer) abort
"{{{
let l:error = 0
let l:warn = 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}
endfunction
"}}}
" https://stackoverflow.com/a/40195855
" ex_command: command to run to execute file