Skip to content

Commit d7c2979

Browse files
authored
Merge pull request github#6368 from bmuskalla/addMissingKeywords
Add missing keywords to language specification
2 parents 0714f4a + a32e6f5 commit d7c2979

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/codeql/ql-language-reference/ql-language-specification.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ The following sequences of characters are keyword tokens:
497497
max
498498
min
499499
module
500+
newtype
500501
none
501502
not
502503
or
@@ -514,6 +515,7 @@ The following sequences of characters are keyword tokens:
514515
then
515516
this
516517
true
518+
unique
517519
where
518520

519521
Operators

0 commit comments

Comments
 (0)