1
0
forked from GitHub/gf-core

Use Food grammar as the example grammar.js.

This commit is contained in:
bjorn
2008-08-12 19:35:05 +00:00
parent 56adb8b8cd
commit 03660714f1
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<script type="text/javascript" src="gfjseditor.js"></script>
<title>Web-based Syntax Editor</title>
</head>
<body onload="mkEditor('editor', Literals)" onkeydown="hotKeys(event)">
<body onload="mkEditor('editor', Food)" onkeydown="hotKeys(event)">
<div id="editor">
</div>
</body>

File diff suppressed because one or more lines are too long