Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new line at the end file of firebird g4 for pr#33773 #33775

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ fragment X: [Xx];
fragment Y: [Yy];
fragment Z: [Zz];
fragment UL_: '_';
fragment HYPHEN: '-';
fragment HYPHEN: '-';
Original file line number Diff line number Diff line change
Expand Up @@ -563,4 +563,4 @@ attributeClause

bindLiterals
: COLON_ identifier
;
;
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ lexer grammar Comments;
import Symbol;

BLOCK_COMMENT: '/*' (BLOCK_COMMENT|.)*? '*/' -> channel(HIDDEN);
INLINE_COMMENT: '--' ~[\r\n]* ('\r'? '\n' | EOF) -> channel(HIDDEN);
INLINE_COMMENT: '--' ~[\r\n]* ('\r'? '\n' | EOF) -> channel(HIDDEN);
Original file line number Diff line number Diff line change
Expand Up @@ -977,4 +977,4 @@ COMMENT

SIMILAR
: S I M I L A R
;
;
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ levelOfIsolation

savepoint
: SAVEPOINT savepointName
;
;