summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2019-06-22 20:59:54 +0200
committerMatth?us G. Chajdas <dev@anteru.net>2019-06-22 20:59:54 +0200
commit1e89285bd1264d9ca50b3385bb39b13c57f1c39b (patch)
treee1bb6805fd7c3ad44d2a8528a2f066939abbe5e5
parentb505a9b87ea42177a0d687665f6348b3104406d2 (diff)
downloadpygments-1e89285bd1264d9ca50b3385bb39b13c57f1c39b.tar.gz
Remove invalid priority on TypoScriptLexer.
It's no longer 0 to resolve an ambiguity with the TypeScript lexer -- different file endings are used.
-rw-r--r--pygments/lexers/typoscript.py3
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'),