【问题标题】:change color of ColdFusion comments and tags within ColdFusion comments with Visual Code使用 Visual Code 更改 ColdFusion 注释和 ColdFusion 注释中的标签的颜色
【发布时间】:2023-02-07 22:34:06
【问题描述】:

我目前在设置中有这个,当 cmets 只是文本时,它会做这个技巧

        {
            "scope": "comment.block.cfml",
            "settings": {
                "foreground": "#f5cd76"
            }
        }

但是,如果有标签,则标签会使用其默认颜色。我可以在一瞬间看到所有评论块的颜色都是正确的,这告诉我有什么东西被覆盖了吗?

这就是它的作用

我想让它做什么

【问题讨论】:

    标签: visual-studio-code coldfusion


    【解决方案1】:
    {
                "scope": "comment",
                "settings": {
                    "foreground": "#f5cd76"
                }
            }
    

    这似乎有效

    【讨论】:

      猜你喜欢
      • 2019-05-12
      • 2019-02-09
      • 2014-01-26
      • 1970-01-01
      • 1970-01-01
      • 2017-12-24
      • 2011-10-22
      • 2023-03-21
      • 1970-01-01
      相关资源
      最近更新 更多