Commit graph

28 commits

Author SHA1 Message Date
Daniel Siepmann 12b2ad4a25
Remove old legacy file type extensions
Those conflict with others like TypeScript anyway and should not be used
anymore.
typoscript and tsconfig are the official ones to use.
2022-06-13 15:07:21 +02:00
Daniel Siepmann 246230c0eb
feat: Highlight all operator
Add := and > as tsLineOperator.

Relates #8
2022-03-23 17:37:53 +01:00
Daniel Siepmann a76f108159
feat: Highlight modification functions
Relates #8
2022-03-23 17:37:53 +01:00
Stefan Szymanski 2492c8b003
feat: Add rules for indentation 2022-03-23 17:37:51 +01:00
Jürgen Messner afd1fe384f
feat: Configure commentstring
Allows to use all native supported ways.
Also some plugins pick this setting up to allow easily commenting /
uncommenting.
2022-03-23 17:37:22 +01:00
Daniel Siepmann e585c9e78f
FEATURE: Add indentation configuration
Uses C Like indentation with adjusted configuration.

Respects multi line values and curly braces.

Does not indent within conditions so far.
2018-10-14 09:35:38 +02:00
Elmar Hinz 1fa9932346
Update README.md 2018-10-06 18:08:11 +02:00
Elmar Hinz 40c68246c5
Merge pull request #6 from DanielSiepmann/master
TASK: Add tsconfig ftdetect support
2018-10-06 18:07:01 +02:00
Daniel Siepmann fed9546c10
TASK: Add tsconfig ftdetect support 2018-10-06 17:34:38 +02:00
Elmar Hinz ddeb6d6b3a Completing Content Objects as keywords 2016-05-01 11:00:02 +02:00
Elmar Hinz 427cea4490 Add contributors to README 2016-05-01 10:07:15 +02:00
Elmar Hinz 843e066223 More options of upper/lower case by use of [] 2016-05-01 09:52:16 +02:00
Elmar Hinz 2f882e7bce Merge pull request #4 from cumuru/master
ADD: Support for capitalization of folder generated by extension builder
2016-05-01 09:36:24 +02:00
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
Elmar Hinz a35598c0a0 Merge pull request #3 from cumuru/master
FIX: Block comments have to be the first non-space on their line
2016-04-30 21:37:22 +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