зеркало из https://github.com/github/codeql.git
Merge pull request #3318 from shati-patel/lexer-unique
Highlight "unique" as a keyword in CodeQL docs
This commit is contained in:
Коммит
9c12fa32e1
|
@ -44,9 +44,9 @@ class QLLexer(RegexLexer):
|
|||
'max', 'min', 'module', 'newtype', 'not', 'none', 'or', 'order',
|
||||
'predicate', 'rank', 'result', 'select', 'strictconcat',
|
||||
'strictcount', 'strictsum', 'sum', 'super', 'then', 'this',
|
||||
'true', 'where'), prefix=r'\b', suffix=r'\b'),
|
||||
'true', 'unique', 'where'), prefix=r'\b', suffix=r'\b'),
|
||||
Keyword),
|
||||
# Identifiers
|
||||
(r'@?\w', Name),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче