mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
Merge branch 'json' of https://github.com/simonsmith/onedark.vim into simonsmith-json
This commit is contained in:
@@ -207,6 +207,9 @@ call s:h("rubyGlobalVariable", { "fg": s:red})
|
||||
call s:h("rubyRegexp", { "fg": s:cyan})
|
||||
call s:h("rubyRegexpDelimiter", { "fg": s:cyan})
|
||||
call s:h("rubyEscape", { "fg": s:red})
|
||||
call s:h("jsonKeyword", { "fg": s:red })
|
||||
call s:h("jsonQuote", { "fg": s:white })
|
||||
call s:h("jsonString", { "fg": s:green })
|
||||
|
||||
" +---------------------+
|
||||
" | Plugin Highlighting |
|
||||
|
||||
Reference in New Issue
Block a user