Update twig.ts
parent
e6c4acec69
commit
de76be4e6c
|
@ -104,7 +104,7 @@ export const language = <languages.IMonarchLanguage>{
|
|||
[/(<)((?:[\w\-]+:)?[\w\-]+)/, ['delimiter.html', { token: 'tag.html', next: '@otherTag' }]],
|
||||
[/(<\/)((?:[\w\-]+:)?[\w\-]+)/, ['delimiter.html', { token: 'tag.html', next: '@otherTag' }]],
|
||||
[/</, 'delimiter.html'],
|
||||
[/[^<]+/] // text
|
||||
[/[^<{]+/] // text
|
||||
],
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue