英俊多金的代码菌
2018-01-04 07:52color highlighter在sublime Text3中无法使用
5我的sublime text版本是3143,
安装color highlighter怎么配置都没有办法显示代码颜色,color highlighter版本是8.09,
下面是打开Preference –> Package Settings –> Color Highlighter –> Settings User的配置信息,
即使我所有都开成true,依然在css中不能高亮颜色。
{
"experimental":
{
"asynchronosly_update_color_scheme": true
},
"search_colors_in":
{
"all_content":
{
"color_highlighters":
{
"color_scheme":
{
"enabled": true,
"highlight_style": "filled"
},
"gutter_icons":
{
"enabled": true,
"icon_style": "circle"
},
"phantoms":
{
"enabled": true,
"length": 2,
"style": "right"
}
},
"enabled": true
},
"hover":
{
"color_highlighters":
{
"color_scheme":
{
"enabled": true,
"highlight_style": "filled"
},
"gutter_icons":
{
"enabled": true,
"icon_style": "circle"
},
"phantoms":
{
"enabled": true,
"length": 2,
"style": "right"
}
},
"enabled": true
},
"selection":
{
"color_highlighters":
{
"color_scheme":
{
"enabled": true,
"highlight_style": "filled"
},
"gutter_icons":
{
"enabled": true,
"icon_style": "circle"
},
"phantoms":
{
"enabled": true,
"length": 2,
"style": "right"
}
},
"enabled": true
}
}
}
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- 为什么此Go-Lang IntelliJ插件与Go的语法不一致?
- syntax
- intellij-idea
- interface
- 1个回答
- 如何添加转到gitg的可见源列表?
- git
- 1个回答
- Wordpress帖子没有显示在网站的外部页面上
- iframe
- wordpress
- php
- 1个回答
- 如何使用数据库中的tinymce显示页面
- mysql
- php
- tinymce
- 1个回答
- 无法在列表菜单中放置特定值
- php
- 2个回答