Skip to content

Commit cceb08c

Browse files
committed
added countsamp to gmql ace language definition.
1 parent fe95d54 commit cceb08c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ace/mode/gmql_highlight_rules.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ var GmqlHighlightRules = function() {
6363
+ "|joinby" //DIFFERENCE
6464
+ "|aggregate" //COVER(flat/summit/histogram
6565
+ "|output" //JOIN
66-
+ "|into" //MATERIALIZE
66+
+ "|into" //MATERIALIZE
67+
+ "|countsamp"
6768
//+ "|parser|region_modifier|meta_modifier|meta_project"
6869
);
6970

0 commit comments

Comments
 (0)