提交 9c6f7472 编写于 作者: M Martin Aeschlimann

[python] strings in dictionary values incorrectly highlighted #1175 - adopt to changes to JSON

上级 d4d581a2
......@@ -380,7 +380,7 @@
.monaco-editor.vs .token.meta.cast { color: #2B91AF; }
.monaco-editor.vs .token.meta.parameter.type { color: #2B91AF; }
.monaco-editor.vs .token.meta.parameter.type.variable { color: #000000; }
.monaco-editor.vs .token.meta.dictionary.key { color: #A31515; }
.monaco-editor.vs .token.meta.dictionary.key { color: #0451A5; }
.monaco-editor.vs .token.storage { color: #0000FF; }
.monaco-editor.vs .token.storage.content { color: red; }
......@@ -514,7 +514,7 @@
.monaco-editor.vs-dark .token.meta.cast { color: #569CD6; }
.monaco-editor.vs-dark .token.meta.parameter.type { color: #D4D4D4; }
.monaco-editor.vs-dark .token.meta.parameter.type.variable { color: #D4D4D4; }
.monaco-editor.vs-dark .token.meta.dictionary.key { color: #569CD6; }
.monaco-editor.vs-dark .token.meta.dictionary.key { color: #9CDCFE; }
.monaco-editor.vs-dark .token.storage { color: #569CD6; }
.monaco-editor.vs-dark .token.storage.content { color: #9CDCFE; }
......@@ -650,7 +650,7 @@
.monaco-editor.hc-black .token.meta.cast { color: #569CD6; }
.monaco-editor.hc-black .token.meta.parameter.type { color: #D4D4D4; }
.monaco-editor.hc-black .token.meta.parameter.type.variable { color: #D4D4D4; }
.monaco-editor.hc-black .token.meta.dictionary.key { color: #569CD6; }
.monaco-editor.hc-black .token.meta.dictionary.key { color: #9CDCFE; }
.monaco-editor.hc-black .token.storage { color: #569CD6; }
.monaco-editor.hc-black .token.storage.content { color: #9CDCFE; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册