Skip to content

Commit 18bab2a

Browse files
committed
add initial framework generated by intellij plus an icon and antlr v4.1 lib needed to parse antlr grammars themselves and generate code from plugin.
1 parent d80ab8c commit 18bab2a

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013, Antlr Project
1+
Copyright (c) 2013, Terence Parr
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

META-INF/plugin.xml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<idea-plugin version="2">
2+
<id>com.yourcompany.unique.plugin.id</id>
3+
<name>Plugin display name here</name>
4+
<version>1.0</version>
5+
<vendor email="[email protected]" url="http://www.yourcompany.com">YourCompany</vendor>
6+
7+
<description><![CDATA[
8+
Enter short description for your plugin here.<br>
9+
<small>most HTML tags may be used</small>
10+
]]></description>
11+
12+
<change-notes><![CDATA[
13+
Add change notes here.<br>
14+
<small>most HTML tags may be used</small>
15+
]]>
16+
</change-notes>
17+
18+
<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges for description -->
19+
<idea-version since-build="107.105"/>
20+
21+
<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
22+
on how to target different products -->
23+
<!-- uncomment to enable plugin in all products
24+
<depends>com.intellij.modules.lang</depends>
25+
-->
26+
27+
<application-components>
28+
<!-- Add your application components here -->
29+
</application-components>
30+
31+
<project-components>
32+
<!-- Add your project components here -->
33+
</project-components>
34+
35+
<actions>
36+
<!-- Add your actions here -->
37+
</actions>
38+
39+
<extensions defaultExtensionNs="com.intellij">
40+
<!-- Add your extensions here -->
41+
</extensions>
42+
</idea-plugin>

lib/antlr-4.1-complete.jar

3.09 MB
Binary file not shown.
2.24 KB
Loading

0 commit comments

Comments
 (0)