diff --git a/src/compiler/grammar-schema.json b/src/compiler/grammar-schema.json index aeafc78c..24e47abb 100644 --- a/src/compiler/grammar-schema.json +++ b/src/compiler/grammar-schema.json @@ -55,6 +55,11 @@ "pattern": "^[a-zA-Z_]\\w*$" } } + }, + + "word": { + "type": "string", + "pattern": "^[a-zA-Z_]\\w*" } },