Skip to content

Commit 878104c

Browse files
committed
Add keyword element.as,if,outer
1 parent 68b621f commit 878104c

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/org/domaframework/doma/intellij

1 file changed

+3
-0
lines changed

src/main/java/org/domaframework/doma/intellij/Sql.flex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import org.domaframework.doma.intellij.psi.SqlTypes;
2424
"alter",
2525
"all",
2626
"and",
27+
"as",
2728
"asc",
2829
"by",
2930
"case",
@@ -42,6 +43,7 @@ import org.domaframework.doma.intellij.psi.SqlTypes;
4243
"full",
4344
"group",
4445
"having",
46+
"if",
4547
"in",
4648
"index",
4749
"inner",
@@ -57,6 +59,7 @@ import org.domaframework.doma.intellij.psi.SqlTypes;
5759
"null",
5860
"offset",
5961
"on",
62+
"outer",
6063
"or",
6164
"order",
6265
"primary",

0 commit comments

Comments
 (0)