Small tweaks to use classic-style tokens

This commit is contained in:
Alex Dima 2016-12-12 09:18:15 +01:00
parent b15a5d4b98
commit 03eaf41470
6 changed files with 46 additions and 52 deletions

View file

@ -12,7 +12,7 @@ testTokenization('markdown', [
[{
line: '# Some header',
tokens: [
{ startIndex: 0, type: 'entity.name.tag.md' }
{ startIndex: 0, type: 'keyword.md' }
]
}],