aboutsummaryrefslogtreecommitdiffstats
path: root/integration/intellij/src
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-05-26 15:01:20 +0100
committerJon Bratseth <bratseth@gmail.com>2022-05-26 15:01:20 +0100
commit0cc0b7064fa442510f5edb40fe7750c4af91518c (patch)
treea6659d8ad709d9da30f1cdab5dd0a3f2a918cdf9 /integration/intellij/src
parentce866145a24bc8c5543d88b618b5124879641c59 (diff)
Grammar fixes
Diffstat (limited to 'integration/intellij/src')
-rw-r--r--integration/intellij/src/main/bnf/ai/vespa/intellij/schema/parser/sd.bnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/intellij/src/main/bnf/ai/vespa/intellij/schema/parser/sd.bnf b/integration/intellij/src/main/bnf/ai/vespa/intellij/schema/parser/sd.bnf
index 4d3da16dd06..dbbb9588278 100644
--- a/integration/intellij/src/main/bnf/ai/vespa/intellij/schema/parser/sd.bnf
+++ b/integration/intellij/src/main/bnf/ai/vespa/intellij/schema/parser/sd.bnf
@@ -295,7 +295,7 @@ StructFieldDefinition ::= struct-field DottedIdentifier '{' StructFieldBody '}'
StructFieldBody ::= StructFieldBodyOptions* // Does not support zero-or-one occurrences
StructFieldBodyOptions ::= IndexingDefinition | AttributeDefinition | MatchDefinition | QueryCommandDefinition |
- StructFieldDefinition | SummaryDefinition
+ StructFieldDefinition | SummaryDefinition | RankDefinition
// Match
MatchDefinition ::= match ((':' MatchProperty) | ('{' MatchProperty+ '}'))
MatchProperty ::= text | token | exact | (exact-terminator ':' STRING_REG) | word | prefix | cased | uncased | substring |