Syntax editor: now uses common GrammarManager object

This commit is contained in:
john.j.camilleri
2012-11-23 15:03:36 +00:00
parent 9e430184ba
commit d9867893f8
7 changed files with 284 additions and 93 deletions

View File

@@ -1,4 +1,4 @@
body.syntax_editor {
body.syntax-editor {
background: #ccc url("../minibar/brushed-metal.png");
}
@@ -74,3 +74,13 @@ body.syntax_editor {
background: white;
}
#debug
{
font: 10px monospace;
white-space: pre;
color: #333;
margin: 1em 0;
border: 1px dashed #999;
padding: 1em;
}