|
29 | 29 |
|
30 | 30 | 'BACKWARD': tokens.Keyword, |
31 | 31 | 'BEFORE': tokens.Keyword, |
32 | | - 'BEGIN': tokens.Keyword, |
| 32 | + 'BEGIN': tokens.Keyword.DML, |
33 | 33 | 'BETWEEN': tokens.Keyword, |
34 | 34 | 'BITVAR': tokens.Keyword, |
35 | 35 | 'BIT_LENGTH': tokens.Keyword, |
|
73 | 73 | 'COMMAND_FUNCTION': tokens.Keyword, |
74 | 74 | 'COMMAND_FUNCTION_CODE': tokens.Keyword, |
75 | 75 | 'COMMENT': tokens.Keyword, |
76 | | - 'COMMIT': tokens.Keyword, |
| 76 | + 'COMMIT': tokens.Keyword.DML, |
77 | 77 | 'COMMITTED': tokens.Keyword, |
78 | 78 | 'COMPLETION': tokens.Keyword, |
79 | 79 | 'CONDITION_NUMBER': tokens.Keyword, |
|
355 | 355 | 'REVOKE': tokens.Keyword, |
356 | 356 | 'RIGHT': tokens.Keyword, |
357 | 357 | 'ROLE': tokens.Keyword, |
358 | | - 'ROLLBACK': tokens.Keyword, |
| 358 | + 'ROLLBACK': tokens.Keyword.DML, |
359 | 359 | 'ROLLUP': tokens.Keyword, |
360 | 360 | 'ROUTINE': tokens.Keyword, |
361 | 361 | 'ROUTINE_CATALOG': tokens.Keyword, |
|
401 | 401 | 'SQLSTATE': tokens.Keyword, |
402 | 402 | 'SQLWARNING': tokens.Keyword, |
403 | 403 | 'STABLE': tokens.Keyword, |
404 | | - 'START': tokens.Keyword, |
| 404 | + 'START': tokens.Keyword.DML, |
405 | 405 | 'STATE': tokens.Keyword, |
406 | 406 | 'STATEMENT': tokens.Keyword, |
407 | 407 | 'STATIC': tokens.Keyword, |
|
0 commit comments