aboutsummaryrefslogtreecommitdiffstats
path: root/integration/intellij/src/main/jflex/ai/vespa/intellij/schema/lexer/sd.flex
diff options
context:
space:
mode:
Diffstat (limited to 'integration/intellij/src/main/jflex/ai/vespa/intellij/schema/lexer/sd.flex')
-rw-r--r--integration/intellij/src/main/jflex/ai/vespa/intellij/schema/lexer/sd.flex3
1 files changed, 2 insertions, 1 deletions
diff --git a/integration/intellij/src/main/jflex/ai/vespa/intellij/schema/lexer/sd.flex b/integration/intellij/src/main/jflex/ai/vespa/intellij/schema/lexer/sd.flex
index 47050479633..2e80be34fc2 100644
--- a/integration/intellij/src/main/jflex/ai/vespa/intellij/schema/lexer/sd.flex
+++ b/integration/intellij/src/main/jflex/ai/vespa/intellij/schema/lexer/sd.flex
@@ -149,7 +149,8 @@ WORD = \w+
"strict" { return STRICT; }
"rank-properties" { return RANK_PROPERTIES; }
"inputs" { return INPUTS; }
-
+
+ "significance" { return SIGNIFICANCE; }
"first-phase" { return FIRST_PHASE; }
"keep-rank-count" { return KEEP_RANK_COUNT; }
"rank-score-drop-limit" { return RANK_SCORE_DROP_LIMIT; }