feat: format hive grammar files name

This commit is contained in:
hayden 2023-07-05 16:18:30 +08:00 committed by Ziv
parent f413a29fac
commit 1d890e58fe
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,8 @@
*/
lexer grammar HiveSqlLexer;
options { caseInsensitive = true; }
// unsupported option caseInsensitive in antlr4@4.9
// options { caseInsensitive = true; }
// Keywords
KW_ABORT : 'ABORT';

View File

@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
parser grammar HiveSql;
parser grammar HiveSqlParser;
options
{