mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-13 05:23:48 -05:00
Add JSON syntax highlighting
This commit is contained in:
@@ -192,6 +192,9 @@ call s:h("javaScriptNumber", { "fg": s:dark_yellow })
|
|||||||
call s:h("rubyBlockParameterList", { "fg": s:red })
|
call s:h("rubyBlockParameterList", { "fg": s:red })
|
||||||
call s:h("rubyInterpolation", { "fg": s:green })
|
call s:h("rubyInterpolation", { "fg": s:green })
|
||||||
call s:h("rubyInterpolationDelimiter", { "fg": s:red })
|
call s:h("rubyInterpolationDelimiter", { "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 |
|
" | Plugin Highlighting |
|
||||||
|
|||||||
Reference in New Issue
Block a user