gfse: more work on grammar extension

Grammars can now inherit from several other grammars.
Hovering over a catagory name in a function type in the abstract syntax
shows where the category was inherited from.
This commit is contained in:
hallgren
2012-02-15 17:35:09 +00:00
parent 1a64606819
commit 7cac11c8e8
2 changed files with 84 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ table.tabs {
border-width: 0; border-spacing: 0; empty-cells: show;
}
table.tabs td { text-align: center; border: 2px solid #009; padding: 2px; }
table.tabs td { text-align: center; border: 2px solid #009; padding: 2px; white-space: nowrap; }
table.tabs td.active { background: white; border-bottom-width: 0; }
table.tabs td.inactive {
background: #cef;