mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.45k stars 292 forks source link

`DEFAULT` is not colorized as keyword #1041

Open DoctorKrolic opened 1 year ago

DoctorKrolic commented 1 year ago

To Reproduce:

CREATE TABLE some_table
(
    id int GENERATED BY DEFAULT AS IDENTITY
);

Expected behavior: DEFAULT is colorized as keyword

Actual behaviour: It is not: Code_nO19Bni1rH

Desktop (please complete the following information):