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

This commit is contained in:
Martin Aeschlimann 2015-12-03 09:50:00 +01:00
parent b1014464c3
commit 758bf0d85f

View file

@ -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';