提交 5fa72be1 编写于 作者: M Martin Aeschlimann

fixes #4133: missing syntax highlights for md-headers

上级 4ca396cb
......@@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
'use strict';
export const TOKEN_HEADER_LEAD = 'entity.name.type';
export const TOKEN_HEADER = 'entity.name.type';
export const TOKEN_HEADER_LEAD = 'entity.name.tag';
export const TOKEN_HEADER = 'entity.name.tag';
export const TOKEN_EXT_HEADER = 'entity.other.attribute-name';
export const TOKEN_SEPARATOR = 'meta.separator';
export const TOKEN_QUOTE = 'comment';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册