typoscript lexer should not have higher priority than typescript
This commit is contained in:
parent
62923d4ca0
commit
bd7c136606
2 changed files with 4 additions and 7 deletions
|
@ -113,9 +113,6 @@ class TypoScriptLexer(RegexLexer):
|
|||
|
||||
flags = re.DOTALL | re.MULTILINE
|
||||
|
||||
# Slightly higher than TypeScript (which is 0).
|
||||
priority = 0.1
|
||||
|
||||
tokens = {
|
||||
'root': [
|
||||
include('comment'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue