Skip to content

Commit

Permalink
Code Formatter identified QUOTED_STRING as a keyword (fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 6, 2012
1 parent a07d118 commit db4d710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public interface PlSqlTokenTypes extends PlSqlBaseTokenTypes {
SL_COMMENT, ML_COMMENT, BAD_ML_COMMENT,
LT, LE, GE, GT, EQ, NOT_EQ, PLUS, MINUS, DIVIDE, PERCENTAGE, ASSIGNMENT_EQ, OR, AND,
COMMA, SEMI, DOT, ASTERISK, OPEN_PAREN, CLOSE_PAREN,
WS, LF
WS, LF, QUOTED_STR, TokenType.WHITE_SPACE
);

TokenSet COMMENTS = TokenSet.create(
Expand Down

0 comments on commit db4d710

Please sign in to comment.