File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ var GmqlHighlightRules = function() {
48
48
"true|false|distance|mindist|mindistance|dle|dge|md|any|all|start|stop|chr|strand|left|right|up|down|downstream|upstream"
49
49
+ "|and|or|not|as|in|allbut"
50
50
+ "|count|bag|sum|avg|min|max|median|std"
51
- + "|cat|contig"
52
- + "|dist|dg|dg|bagd"
53
- + "|left_distinct|right_distinct|both"
51
+ + "|cat|contig"
52
+ + "|dist|dg|dg|bagd|dl|sqrt "
53
+ + "|left_distinct|right_distinct|both"
54
54
) ;
55
55
56
56
var builtinFunctions = (
@@ -107,7 +107,7 @@ var GmqlHighlightRules = function() {
107
107
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
108
108
} , {
109
109
token : "keyword.operator" ,
110
- regex : "\\+|\\-|\\/|\\/\\/|%|<@>|@>|<@|&|\\^|~|<|>|<=|=>|==|!=|<>|=|,|;|:"
110
+ regex : "\\+|\\-|\\/|\\/\\/|%|<@>|@>|<@|&|\\^|~|<|>|<=|=>|==|!=|<>|=|,|;|:"
111
111
} , {
112
112
token : "paren.lparen" ,
113
113
regex : "[\\(]"
You can’t perform that action at this time.
0 commit comments