Commit graph

14 commits

Author SHA1 Message Date
Felix Althaus
3046b03a69 ADD: Support for capitalization of folder generated by extension builder
TYPO3 TER extension "Extension Builder" generates folder named 'TypoScript' instead of 'Typoscript'. This capitalization should be recognized by file type detection.
2e2136c9e3/Classes/Service/FileGenerator.php (L434)
2016-04-30 21:47:59 +02:00
Felix Althaus
75ef3a1891 FIX: Block comments have to be the first non-space on their line
Two issues were fixed to make block comments comply with https://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/Syntax/TypoScriptSyntax/Index.html#syntax-comment-blocks:

* Block comment opening and closing sequence must be first non-space on it‘s line
* Any characters after the closing sequence is part of the comment, ignored by typoscript parser
2016-04-30 20:55:12 +02:00
Elmar Hinz
e6935feabf Merge pull request #2 from fvosberg/bugfix-static-ts-detection
[BUGFIX] detect static typoscript in directories starting with a capi…
2016-03-08 17:31:23 +01:00
Frederik Vosberg
ce42c377c8 [BUGFIX] detect static typoscript in directories starting with a capital S 2016-03-08 12:04:52 +01:00
Elmar Hinz
84500cc0d9 Merge pull request #1 from torvitas/master
added detection for ts2 files
2015-07-23 18:05:43 +02:00
Sascha Marcel Schmidt
448acbbcd8 added detection for ts2 files 2015-04-08 12:33:06 +02:00
Elmar Hinz
252e025917 Fixing more README typos 2014-09-25 06:54:47 +02:00
Elmar Hinz
2ce6832d5b Gaming with markdown 2014-09-25 06:52:00 +02:00
Elmar Hinz
6463085fe6 Fix typos of README 2014-09-25 06:49:37 +02:00
Elmar Hinz
d0ba1eafe4 Write the README 2014-09-25 06:42:28 +02:00
Elmar Hinz
9df098bf5f MIT License 2014-09-25 06:19:40 +02:00
Elmar Hinz
e7dbc2f5d1 advanced ts file detection 2014-09-25 06:09:36 +02:00
Elmar Hinz
5f2bdc2bf7 elaborated syntax highlighting for typoscript 2014-09-24 20:44:41 +02:00
Elmar Hinz
546acdea36 Initial commit 2014-09-24 20:41:11 +02:00