@sourcebot/codemirror-lang-tcl
Version:
CodeMirror 6 language extension for Tcl
51 lines (50 loc) • 1.07 kB
JavaScript
// This file was generated by lezer-generator. You probably shouldn't edit it.
export const
Script = 1,
ProcDefinition = 2,
ProcKeyword = 3,
ProcName = 4,
ProcArgList = 5,
ProcArg = 6,
ProcArgSimple = 7,
VariableName = 8,
ProcArgWithDefault = 9,
ProcArgDefaultValue = 10,
Number = 11,
SimpleWord = 12,
Variable = 13,
CommandSub = 14,
ProcBody = 15,
Block = 16,
SetExpression = 17,
SetKeyword = 18,
VarName = 19,
SetValue = 20,
PackageCommand = 21,
PackageRequire = 22,
PackageName = 23,
PackageProvide = 24,
PackageVersion = 25,
IfStatement = 26,
IfKeyword = 27,
ElseClause = 28,
ElseifKeyword = 29,
ElseKeyword = 30,
WhileStatement = 31,
WhileKeyword = 32,
ForStatement = 33,
ForKeyword = 34,
ForeachStatement = 35,
ForeachKeyword = 36,
TryStatement = 37,
TryKeyword = 38,
FinallyClause = 39,
FinallyKeyword = 40,
SwitchStatement = 41,
SwitchKeyword = 42,
KeywordCommand = 43,
TclKeyword = 44,
ProcInvocation = 45,
ProcInvocationName = 46,
QuotedString = 47,
LineComment = 48