Skip to content

Commit

Permalink
Merge pull request #108 from Kitzberger/patch-1
Browse files Browse the repository at this point in the history
Added TypoScript rules
  • Loading branch information
facelessuser committed Nov 19, 2016
2 parents 5d220af + dd1ad87 commit c3640b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ApplySyntax.sublime-settings
Expand Up @@ -203,6 +203,14 @@
{"file_path": ".*\\.m$"},
{"contains": "(^|\n)\\s*%"}
]
},
{
"syntax": "TypoScript/TypoScript",
"rules": [
{"file_path": ".*(\\\\|/)ext_conf_template\\.txt$"},
{"file_path": ".*(\\\\|/)ext_typoscript_(setup|constants)\\.txt$"},
{"file_name": ".*(\\\\|/)(fileadmin|typo3|TypoScript).*(\\\\|/)(setup|constants)\\.txt$"}
]
}
]
}

0 comments on commit c3640b4

Please sign in to comment.