diff options
7 files changed, 13 insertions, 2 deletions
diff --git a/data/misc/nimble.gram b/data/misc/nimble.gram index 0362409..2187aea 100755 --- a/data/misc/nimble.gram +++ b/data/misc/nimble.gram @@ -22,8 +22,7 @@ pragma grammar-name nimblebimble [nimble-bimble] <?2> [bimble] -pragma prefix-with [nimble-bimble] [nimble-plural] -pragma suffix-with [nimble-bimble] [nimble-plural] +pragma circumfix-with [nimble-bimble] [nimble-plural] pragma initial-rule [nimble-bimble] pragma export-rule [nimble] diff --git a/data/new-sample-grammars/drakensang/armor.gram b/data/new-sample-grammars/drakensang/armor.gram index b36d93c..8a222cc 100644 --- a/data/new-sample-grammars/drakensang/armor.gram +++ b/data/new-sample-grammars/drakensang/armor.gram @@ -1,3 +1,5 @@ +pragma grammar-name draken-armor + [ds-armor] [spellweaver-armor] [ranger-armor] [dragonknight-armor] diff --git a/data/new-sample-grammars/drakensang/gems.gram b/data/new-sample-grammars/drakensang/gems.gram index adec6c8..ab883ec 100644 --- a/data/new-sample-grammars/drakensang/gems.gram +++ b/data/new-sample-grammars/drakensang/gems.gram @@ -1,3 +1,5 @@ +pragma grammar-name draken-gem + [ds-gem] <^2> [gem-type] [gem-type] of qaizah [unique-gem] diff --git a/data/new-sample-grammars/drakensang/runes.gram b/data/new-sample-grammars/drakensang/runes.gram index edfa096..b390006 100644 --- a/data/new-sample-grammars/drakensang/runes.gram +++ b/data/new-sample-grammars/drakensang/runes.gram @@ -1,3 +1,5 @@ +pragma grammar-name draken-rune + [ds-rune] <^2> [rune-type] rune rune of [rune-type] [rune-quality] rune of [rune-type] diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram b/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram index 597fd7b..865e883 100644 --- a/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram +++ b/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram @@ -1,3 +1,5 @@ +pragma grammar-name household-item + [household-item] [cooking] [decor] [painting] diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram b/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram index fb4088d..8dfe213 100644 --- a/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram +++ b/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram @@ -1,3 +1,5 @@ +pragma grammar-name mundane-material + [mundane-materials] [valuable-materials] [household-item] diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram b/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram index 4187dca..2ea5ced 100644 --- a/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram +++ b/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram @@ -12,6 +12,8 @@ # Other # - Expand generic entries (distilled liquour/tea/wine) +pragma grammar-name valuable-materials + [valuable-materials] [spices] [fabrics] [other-valuable] |
