Actions
Bug #94695
closedTemplate Analyzer stoped Highlighting syntax errors
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-08-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The Template Analyzer used to Highlight TypoScript Syntax errors in Yellow (See here: https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/TypoScriptSyntax/Syntax/Conditions.html?highlight=condition#the-global-condition).
However in the current master this stopped working (See Screenshot). There is also no Syntax error Highlighting in the Editor.
The template tools show the error.
I tried the following (Global within a block):
# Invalid: This example is not valid on purpose # Conditions must not be used within value blocks someObject { 1property = 234 [GLOBAL] 2property = 567 }
and the following (double point instead of equals):
[GLOBAL] # Invalid: This example is not valid on purpose # Conditions must not be used within value blocks someObject { 1property: 234 2property = 567 }
Files
Actions
#1
Updated by Lina Wolf over 3 years ago
Updated by Georg Ringer over 3 years ago
- Related to Task #94173: Render TS and pageTS snippets with CodeMirror added
Updated by Markus Klein about 1 year ago
- Related to Bug #102064: TypoScript module does not report errors added
Updated by Christian Kuhn about 1 year ago
- Related to Feature #100218: Basic TypoScript syntax scanner added
Updated by Christian Kuhn about 1 year ago
- Related to Feature #97816: New TypoScript parser added
Updated by Christian Kuhn about 1 year ago
- Status changed from New to Closed
Actions