Skip to content

Commit

Permalink
Merge pull request #48 from mesour/mn-php-content-and-classes
Browse files Browse the repository at this point in the history
PHP content and classes and more
  • Loading branch information
mesour authored Feb 5, 2020
2 parents 5bbecf6 + 687ce07 commit 2ee96ab
Show file tree
Hide file tree
Showing 142 changed files with 9,408 additions and 825 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
/gen
/out

/src/com/jantvrdik/intellij/latte/lexer/LatteMacroContentLexer.java
/src/com/jantvrdik/intellij/latte/lexer/LatteMacroLexer.java
/src/com/jantvrdik/intellij/latte/lexer/LatteTopLexer.java
/src/com/jantvrdik/intellij/latte/parser/_LatteLexer.flex

!latte-plugin.iml
141 changes: 0 additions & 141 deletions META-INF/plugin.xml

This file was deleted.

13 changes: 8 additions & 5 deletions latte-plugin.iml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
Expand Down Expand Up @@ -42,8 +42,11 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" scope="PROVIDED" name="css-openapi" level="project" />
<orderEntry type="library" scope="PROVIDED" name="javascript-openapi" level="project" />
<orderEntry type="library" scope="PROVIDED" name="php-openapi" level="project" />
<orderEntry type="library" exported="" scope="PROVIDED" name="php-openapi" level="project" />
<orderEntry type="library" exported="" scope="PROVIDED" name="php-openapi-src" level="project" />
<orderEntry type="library" exported="" scope="PROVIDED" name="com.github.adedayo.intellij.sdk:java-psi-api:142.1" level="project" />
<orderEntry type="library" exported="" scope="PROVIDED" name="php" level="project" />
<orderEntry type="library" exported="" scope="PROVIDED" name="css-openapi" level="project" />
<orderEntry type="library" exported="" scope="PROVIDED" name="javascript-openapi" level="project" />
</component>
</module>
</module>
Binary file added latte-plugin.jar
Binary file not shown.
Loading

0 comments on commit 2ee96ab

Please sign in to comment.