File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
lang-fluid/src/main/resources/META-INF
lang-typoscript/src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ project(":") {
6565 ' properties' ,
6666 ' yaml' ,
6767 " PsiViewer:${ psiViewerPluginVersion} " ,
68- project(' : lang-fluid' ),
69- project(' : lang-typoscript' ),
68+ project(' lang-fluid' ),
69+ project(' lang-typoscript' ),
7070 ]
7171 }
7272}
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >com.cedricziel.idea.fluid</id >
3- <name >Plugin display name here </name >
4- <vendor email =" support@yourcompany .com" url =" http ://www.yourcompany. com" >YourCompany </vendor >
3+ <name >TYPO3 Fluid FOSS Plugin </name >
4+ <vendor email =" mail@cedric-ziel .com" url =" https ://github. com/cedricziel/idea-php-typo3-plugin " >Cedric Ziel </vendor >
55
66 <description ><![CDATA[
7- Enter short description for your plugin here.<br>
8- <em>most HTML tags may be used</em>
97 ]]> </description >
108
119 <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
1816 <fileTypeFactory implementation =" com.cedricziel.idea.fluid.lang.FluidFileTypeFactory" />
1917 <lang .parserDefinition language =" Fluid" implementationClass =" com.cedricziel.idea.fluid.lang.FluidParserDefinition" />
2018 </extensions >
21- Copy
22-
2319
2420 <actions >
2521 <!-- Add your actions here -->
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >com.cedricziel.idea.typoscript</id >
3- <name >Plugin display name here </name >
4- <vendor email =" support@yourcompany .com" url =" http ://www.yourcompany. com" >YourCompany </vendor >
3+ <name >TypoScript FOSS Plugin </name >
4+ <vendor email =" cedric@cedric-ziel .com" url =" https ://github. com/cedricziel/idea-php-typo3-plugin " >Cedric Ziel </vendor >
55
66 <description ><![CDATA[
7- Enter short description for your plugin here.<br>
8- <em>most HTML tags may be used</em>
97 ]]> </description >
108
119 <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
You can’t perform that action at this time.
0 commit comments