lezer-feel
Advanced tools
Comparing version 0.13.1 to 0.14.0
@@ -986,29 +986,25 @@ import { ExternalTokenizer, ContextTracker, LRParser } from '@lezer/lr'; | ||
'BooleanLiteral': tags.bool, | ||
'Name QualifiedName': tags.name, | ||
'AtLiteral!': tags.special(tags.string), | ||
'CompareOp': tags.compareOperator, | ||
'ArithOp': tags.arithmeticOperator, | ||
'PropertyName PathExpression/Name Key': tags.propertyName, | ||
'for if then else some every satisfies between': tags.controlKeyword, | ||
'in return instance of and or': tags.operatorKeyword, | ||
'function': tags.definitionKeyword, | ||
'FormalParameter/Type!': tags.typeName, | ||
'Type/...': tags.typeName, | ||
'as': tags.keyword, | ||
'Wildcard': tags.special, | ||
'null': tags.null, | ||
',': tags.separator, | ||
'[ ]': tags.squareBracket, | ||
'{ }': tags.brace, | ||
'( )': tags.paren, | ||
'","': tags.separator, | ||
'"[" "]"': tags.squareBracket, | ||
'"{" "}"': tags.brace, | ||
'"(" ")"': tags.paren, | ||
'LineComment': tags.lineComment, | ||
'BlockComment': tags.blockComment, | ||
'ParameterName VariableName ?': tags.variableName, | ||
'DateTimeConstructor! SpecialFunctionName BuiltInFunctionName': tags.function(tags.special(tags.variableName)), | ||
'FunctionInvocation/VariableName': tags.function(tags.variableName), | ||
'VariableName! "?"': tags.local(tags.variableName), | ||
'DateTimeConstructor! SpecialFunctionName!': tags.special(tags.variableName), | ||
'List Interval': tags.list, | ||
'BuiltInType ListType ContextType FunctionType': tags.function(tags.typeName), | ||
'Context': tags.definition(tags.literal), | ||
'ContextEntry/Key': tags.variableName, | ||
'InExpression/Name': tags.local(tags.variableName), | ||
'ParameterName/Name': tags.local(tags.variableName), | ||
'IterationContext/".." Interval/".." "."': tags.punctuation | ||
'Name!': tags.definition(tags.variableName), | ||
'Key/Name! PathExpression/VariableName!': tags.definition(tags.propertyName), | ||
'".." "."': tags.punctuation | ||
}); | ||
@@ -1015,0 +1011,0 @@ |
{ | ||
"name": "lezer-feel", | ||
"version": "0.13.1", | ||
"version": "0.14.0", | ||
"description": "Lezer-based FEEL grammar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
245393
1832