Skip to content

Commit

Permalink
link to OmetaJS parser from frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jul 26, 2010
1 parent fb41442 commit b566ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compress.html
Expand Up @@ -115,6 +115,8 @@ <h2 style="margin-top: 0; margin-bottom: .3em;">Script Compression</h2>
<option value="http://marijn.haverbeke.nl/codemirror/contrib/csharp/js/parsecsharp.js">parsecsharp.js</option>
<option value="http://marijn.haverbeke.nl/codemirror/contrib/sql/js/parsesql.js">parsesql.js</option>
<option value="http://marijn.haverbeke.nl/codemirror/contrib/plsql/js/parseplsql.js">parseplsql.js</option>
<option value="http://marijn.haverbeke.nl/codemirror/contrib/ometa/js/tokenizeometa.js">tokenizeometa.js</option>
<option value="http://marijn.haverbeke.nl/codemirror/contrib/ometa/js/parseometa.js">parseometa.js</option>
<option value="http://svn.exoplatform.org/projects/gwt/trunk/exo.gwtframework.editor/src/main/resources/org/exoplatform/gwtframework/editor/public/codemirror/js/tokenizegroovy.js">tokenizegroovy.js</option>
<option value="http://svn.exoplatform.org/projects/gwt/trunk/exo.gwtframework.editor/src/main/resources/org/exoplatform/gwtframework/editor/public/codemirror/js/parsegroovy.js">parsegroovy.js</option>
</optgroup>
Expand Down
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -66,6 +66,7 @@ <h2 class="underline">In-browser code editing made almost bearable</h2>
<li><a href="http://www.liranuna.com/diff-parser-for-codemirror/">diff</a> (courtesy of <a href="http://www.liranuna.com">Liran Nuna</a>)</li>
<li><a href="contrib/groovy/index.html">Groovy</a> (by <a href="http://exoplatform.org/">eXo Platform</a>)</li>
<li><a href="contrib/csharp/index.html">C#</a> (by <a href="http://skilltesting.com/">Boris Gaber and Christopher Buchino</a>)</li>
<li><a href="contrib/ometa/index.html">OmetaJS</a> (by <a href="http://erickedji.wordpress.com/">Eric KEDJI</a>)</li>
</ul>

<p>Or take a look at some real-world uses of the system...</p>
Expand Down

0 comments on commit b566ccb

Please sign in to comment.