Skip to content

Commit

Permalink
[ doc ] Tell people that we support MLPolyR
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed May 6, 2019
1 parent 4b53309 commit 6a6d160
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<li>Run MLPolyR files</li>
<li>Fix a null pointer exception in generated code</li>
<li>MLPolyR parsing, syntax highlighting, commenter, brace matcher,
find usages provider</li>
find usages provider, rename, goto definition, completion</li>
<li>Don't ignore case in jflex</li>
<li>Improve (Vanilla) Mini-TT resolving</li>
</ul>
Expand Down
15 changes: 15 additions & 0 deletions res/META-INF/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ <h3>Features (listed for each supported language):</h3><br/>
<li>Running (type checking) your code</li>
<li>Mini-TT executable management</li>
<li>Live templates</li>
<li>Folding code blocks and special symbols to unicode</li>
<li>Syntax highlight, color settings page</li>
<li>Completion</li>
<li>Rename</li>
Expand All @@ -19,10 +20,24 @@ <h3>Features (listed for each supported language):</h3><br/>
<li>Create and iconify files</li>
</ul>
</li>
<li><a href="https://github.com/owo-lang/MLPolyR">MLPolyR</a>:<br/>
<ul>
<li>Running (type checking) your code</li>
<li>MLPolyR executable management</li>
<li>Syntax highlight</li>
<li>Completion</li>
<li>Rename</li>
<li>Find usages</li>
<li>Goto declaration</li>
<li>Commenter, brace matcher</li>
<li>Create and iconify files</li>
</ul>
</li>
<li><a href="https://github.com/owo-lang/Mini-TT">Vanilla Mini-TT</a>:<br/>
<ul>
<li>Running (type checking) your code</li>
<li>The <code>agdacore</code> executable management</li>
<li>Folding code blocks and special symbols to unicode</li>
<li>Live templates</li>
<li>Syntax highlight, color settings page</li>
<li>Completion</li>
Expand Down

0 comments on commit 6a6d160

Please sign in to comment.