Skip to content

Commit 2ee96ab

Browse files
authored
Merge pull request #48 from mesour/mn-php-content-and-classes
PHP content and classes and more
2 parents 5bbecf6 + 687ce07 commit 2ee96ab

File tree

142 files changed

+9408
-825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+9408
-825
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
/gen
66
/out
77

8+
/src/com/jantvrdik/intellij/latte/lexer/LatteMacroContentLexer.java
9+
/src/com/jantvrdik/intellij/latte/lexer/LatteMacroLexer.java
10+
/src/com/jantvrdik/intellij/latte/lexer/LatteTopLexer.java
11+
/src/com/jantvrdik/intellij/latte/parser/_LatteLexer.flex
12+
813
!latte-plugin.iml

META-INF/plugin.xml

Lines changed: 0 additions & 141 deletions
This file was deleted.

latte-plugin.iml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="PLUGIN_MODULE" version="4">
3-
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
3+
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
44
<component name="NewModuleRootManager" inherit-compiler-output="true">
55
<exclude-output />
66
<content url="file://$MODULE_DIR$">
@@ -42,8 +42,11 @@
4242
<SOURCES />
4343
</library>
4444
</orderEntry>
45-
<orderEntry type="library" scope="PROVIDED" name="css-openapi" level="project" />
46-
<orderEntry type="library" scope="PROVIDED" name="javascript-openapi" level="project" />
47-
<orderEntry type="library" scope="PROVIDED" name="php-openapi" level="project" />
45+
<orderEntry type="library" exported="" scope="PROVIDED" name="php-openapi" level="project" />
46+
<orderEntry type="library" exported="" scope="PROVIDED" name="php-openapi-src" level="project" />
47+
<orderEntry type="library" exported="" scope="PROVIDED" name="com.github.adedayo.intellij.sdk:java-psi-api:142.1" level="project" />
48+
<orderEntry type="library" exported="" scope="PROVIDED" name="php" level="project" />
49+
<orderEntry type="library" exported="" scope="PROVIDED" name="css-openapi" level="project" />
50+
<orderEntry type="library" exported="" scope="PROVIDED" name="javascript-openapi" level="project" />
4851
</component>
49-
</module>
52+
</module>

latte-plugin.jar

516 KB
Binary file not shown.

0 commit comments

Comments
 (0)