Skip to content

Expand Workbench autocomplete + highlighter keyword list #4

Description

@Maniarasan-zuper

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions