提交 758bf0d8 编写于 作者: M Martin Aeschlimann

[html] punctuation for tags can not be colored by syntax themes #928

上级 b1014464
......@@ -6,9 +6,9 @@
import strings = require('vs/base/common/strings');
export const DELIM_END = 'punctuation.tag.end.html';
export const DELIM_START = 'punctuation.tag.begin.html';
export const DELIM_ASSIGN = 'tag.assign.html';
export const DELIM_END = 'punctuation.definition.meta.tag.end.html';
export const DELIM_START = 'punctuation.definition.meta.tag.begin.html';
export const DELIM_ASSIGN = 'meta.tag.assign.html';
export const ATTRIB_NAME = 'entity.other.attribute-name.html';
export const ATTRIB_VALUE = 'string.html';
export const COMMENT = 'comment.html.content';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册