Expand Workbench SQL autocomplete + highlighter keyword list.
The editor highlights and autocompletes a keyword set. Add the ones we now support but may be missing (UPDATE, DELETE, SET, BOOLEAN, DATE, TIMESTAMP, DECIMAL, LEFT, INNER, JOIN, ON, HAVING, …) and keep the highlighter's KWSET and the autocomplete KEYWORDS in sync.
Where
v2/src/ui.cpp — the KEYWORDS array and KWSET in the embedded JS.
Acceptance criteria
- Ctrl+Space suggests the new keywords and they highlight.
- Run
cd v2 && ./build_wasm.sh so the live playground picks up the change too.
Good first task — mostly a JS list, no C++ engine changes. See CONTRIBUTING.md.
Expand Workbench SQL autocomplete + highlighter keyword list.
The editor highlights and autocompletes a keyword set. Add the ones we now support but may be missing (
UPDATE,DELETE,SET,BOOLEAN,DATE,TIMESTAMP,DECIMAL,LEFT,INNER,JOIN,ON,HAVING, …) and keep the highlighter'sKWSETand the autocompleteKEYWORDSin sync.Where
v2/src/ui.cpp— theKEYWORDSarray andKWSETin the embedded JS.Acceptance criteria
cd v2 && ./build_wasm.shso the live playground picks up the change too.Good first task — mostly a JS list, no C++ engine changes. See CONTRIBUTING.md.