diff options
Diffstat (limited to 'pygments/lexers/typoscript.py')
-rw-r--r-- | pygments/lexers/typoscript.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pygments/lexers/typoscript.py b/pygments/lexers/typoscript.py index 3d08cefc..745292bd 100644 --- a/pygments/lexers/typoscript.py +++ b/pygments/lexers/typoscript.py @@ -113,9 +113,6 @@ class TypoScriptLexer(RegexLexer): flags = re.DOTALL | re.MULTILINE - # Slightly higher than TypeScript (which is 0). - priority = 0.0 - tokens = { 'root': [ include('comment'), |