summaryrefslogtreecommitdiff
path: root/pygments/lexers/typoscript.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/typoscript.py')
-rw-r--r--pygments/lexers/typoscript.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pygments/lexers/typoscript.py b/pygments/lexers/typoscript.py
index d1f09d90..ff53490a 100644
--- a/pygments/lexers/typoscript.py
+++ b/pygments/lexers/typoscript.py
@@ -226,7 +226,3 @@ class TypoScriptLexer(RegexLexer):
def analyse_text(text):
if '<INCLUDE_TYPOSCRIPT:' in text:
return 1.0
- else:
- # Slightly higher than TypeScript, since there's less to rely
- # on in TypoScript content.
- return 0.9