json vs代码斜体字体设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json vs代码斜体字体设置相关的知识,希望对你有一定的参考价值。

"editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "name": "Comment",
        "scope": [
          "comment",
          "punctuation.definition.comment"
        ],
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#4A4A4A"
        }
      },
      {
        "name": "Keyword, Storage",
        "scope": [
          "Keyword",
          "Storage"
        ],
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#4a96f8"

        }
      },
      {
        "name": "Keyword Control",
        "scope": [
          "keyword.control"
        ],
        "settings": {
          "fontStyle": "italic"
        }
      },
      {
        "scope": "entity.other.attribute-name",
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#78dce8"
        }
      },
      {
        "name": "entity.name.method.js",
        "scope": [
          "entity.name.method.js"
        ],
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#82AAFF"
        }
      },
      {
        "name": "Language methods",
        "scope": [
          "variable.language"
        ],
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#FF5370"
        }
      },
      {
        "name": "HTML Attributes",
        "scope": [
          "text.html.basic entity.other.attribute-name.html",
          "text.html.basic entity.other.attribute-name"
        ],
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#FFCB6B"
        }
      },
      {
        "name": "Decorators",
        "scope": [
          "tag.decorator.js entity.name.tag.js",
          "tag.decorator.js punctuation.definition.tag.js"
        ],
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#82AAFF"
        }
      },
      {
        "name": "ES7 Bind Operator",
        "scope": [
          "source.js constant.other.object.key.js string.unquoted.label.js"
        ],
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#FF5370"
        }
      },
      {
        "name": "Markup - Italic",
        "scope": [
          "markup.italic"
        ],
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#f07178"
        }
      },
      {
        "name": "Markup - Bold-Italic",
        "scope": [
          "markup.bold markup.italic",
          "markup.italic markup.bold",
          "markup.quote markup.bold",
          "markup.bold markup.italic string",
          "markup.italic markup.bold string",
          "markup.quote markup.bold string"
        ],
        "settings": {
          "fontStyle": "bold",
          //"foreground": "#f07178"
        }
      },
      {
        "name": "Markup - Quote",
        "scope": [
          "markup.quote"
        ],
        "settings": {
          "fontStyle": "italic",
          //"foreground": ""
        }
      },
      {
        "scope": "variable.other",
        "settings": {
          //"foreground": "#82fbff"
        }
      },
      {
        "scope": "entity.name.function",
        "settings": {
          //"foreground": "#dfd9a8"
        }
      },
      {
        "scope": "support.function",
        "settings": {
          "fontStyle": "italic",
          //"foreground": "#dfd9a8"
        }
      },
      {
        "scope": "string",
        "settings": {
          //"foreground": "#CE9178"
        }
      },
    ]
  },

以上是关于json vs代码斜体字体设置的主要内容,如果未能解决你的问题,请参考以下文章

vs2013安装完VASSISTX助手之后字体变成斜体如何解决?

CSSCSS 文本样式 ② ( font 字体设置 | CSS 2.0手册使用 | font-weight 字体粗细设置 | font-style 字体斜体设置 | font 字体样式综合写法 )

文字排版--字体字号颜色粗体斜体下划线删除线

如何在 Android TextView 中将字体样式设置为粗体、斜体和下划线?

如何把Word2007公式中的字体默认设置为斜体?

php如何生成加粗或者斜体的文字样式图片