Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50207e0

Browse files
authored
Add Pre-sorted Group keyword (#2417)
1 parent 80a39ad commit 50207e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygments/lexers/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ class PostgresExplainLexer(RegexLexer):
431431
'Planning Time', 'Execution time', 'Execution Time',
432432
'Workers Planned', 'Workers Launched', 'Buffers',
433433
'Planning', 'Worker', 'Query Identifier', 'Time',
434-
'Full-sort Groups'), suffix=r'\b'), Comment.Preproc),
434+
'Full-sort Groups', 'Pre-sorted Groups'), suffix=r'\b'), Comment.Preproc),
435435

436436
# Emphasize these keywords
437437

0 commit comments

Comments
 (0)