mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-14 12:53:49 -05:00
Add ruby strings
This commit is contained in:
@@ -339,6 +339,9 @@ call Highlight("NERDTreeClosable", s:yellow, s:none, s:none)
|
|||||||
call Highlight("NERDTreeOpenable", s:yellow, s:none, s:none)
|
call Highlight("NERDTreeOpenable", s:yellow, s:none, s:none)
|
||||||
call Highlight("NERDTreeDirSlash", s:light_blue, s:none, s:none)
|
call Highlight("NERDTreeDirSlash", s:light_blue, s:none, s:none)
|
||||||
|
|
||||||
|
" Ruby
|
||||||
|
call Highlight("rubyStringDelimiter", s:yellow, s:none, s:none)
|
||||||
|
|
||||||
" Must be at the end, because of ctermbg=234 bug.
|
" Must be at the end, because of ctermbg=234 bug.
|
||||||
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
|
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|||||||
Reference in New Issue
Block a user