Update ultisnips

This commit is contained in:
Michael Welford 2020-01-02 09:57:22 +10:30
parent 55ef64a057
commit 419279ec95
3 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,7 @@
" URL:https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2019/12/13 09:35
" Last Change: 2020/01/02 09:54
" ============================================================
let g:airline#themes#falcon#palette = {}

View File

@ -4,7 +4,7 @@
" URL: https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2019/12/13 09:35
" Last Change: 2020/01/02 09:54
" ===============================================================
set background=dark
@ -420,7 +420,8 @@ hi link twigVariable Identifier
hi twigFilter guifg=#ddcfbf ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi snipSnippetHeaderKeyword guifg=#ffc552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link snipSnippetFooterKeyword snipSnippetHeaderKeyword
hi snipTabStop guifg=#ff761a ctermfg=208 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link snipTabStop Identifier
hi snipTabStopDefault guifg=#99a4bc ctermfg=248 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi link snipMirror snipTabStop
hi link snipSnippetTrigger String
hi link snipSnippetDocContextString Comment

View File

@ -1,6 +1,7 @@
snipSnippetHeaderKeyword: 'yellow'
snipSnippetFooterKeyword: '@snipSnippetHeaderKeyword'
snipTabStop: 'orange'
snipTabStop: '@Identifier'
snipTabStopDefault: 'blue_gray - i'
snipMirror: '@snipTabStop'
snipSnippetTrigger: '@String'
snipSnippetDocContextString: '@Comment'