Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 553238a + 9187db5 commit 526c123Copy full SHA for 526c123
1 file changed
docs/language/global-sphinx-files/qllexer.py
@@ -35,7 +35,7 @@ class QLLexer(RegexLexer):
35
# Keywords
36
(r'\b(boolean|date|float|int|string)\b', Keyword.Type),
37
(r'\b(abstract|cached|deprecated|external|final|library|override|private|query'
38
- r'|(pragma|language|bindingset)\[\w*(,\s*\w*)*\])',
+ r'|(pragma|language|bindingset)\[\w*(,\s*\w*)*\])\s',
39
Keyword.Reserved),
40
(words((
41
'and', 'any', 'as', 'asc', 'avg', 'by', 'class','concat', 'count',
0 commit comments