Skip to content

Commit

Permalink
[FEATURE] Add undocumented conditions adminUser and PIDupinRootline
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Aug 14, 2017
1 parent 7ccb091 commit 42d4dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/typoscript.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"patterns": [
{
"name": "variable.other.typoscript",
"match": "\\[(language|IP|hostname|applicationContext|hour|minute|month|year|dayofweek|dayofmonth|dayofyear|usergroup|loginUser|page|treeLevel|PIDinRootline|compatVersion|globalVar|globalString|global|userFunc|end|((?:\\{1,2}\\w+|\\w+\\\\{1,2})(?:\\w+\\\\{0,2})+)).*\\]"
"match": "\\[(adminUser|language|IP|hostname|applicationContext|hour|minute|month|year|dayofweek|dayofmonth|dayofyear|usergroup|loginUser|page|treeLevel|PIDinRootline|PIDupinRootline|compatVersion|globalVar|globalString|global|userFunc|end|((?:\\{1,2}\\w+|\\w+\\\\{1,2})(?:\\w+\\\\{0,2})+)).*\\]"
}
]
},
Expand Down

0 comments on commit 42d4dd0

Please sign in to comment.