Skip to content

ide: semantic syntax highlighting#1048

Merged
kodiakhq[bot] merged 4 commits intomasterfrom
steved-semantic-syntax-highlighting
Apr 8, 2026
Merged

ide: semantic syntax highlighting#1048
kodiakhq[bot] merged 4 commits intomasterfrom
steved-semantic-syntax-highlighting

Conversation

@sbdchd
Copy link
Copy Markdown
Owner

@sbdchd sbdchd commented Apr 8, 2026

We're not really doing anything semantic yet, that will come in a follow up PR.
We need to rework goto def so we can easily get the kind when we goto def a given name/name_ref.

With this change, we now properly highlight:

select 1 and;
select 2 select;

and and select are both column labels in these cases, not keywords.

sbdchd added 4 commits April 7, 2026 22:02
We're not really doing anything semantic yet, that will come in a follow
up PR.

With this change, we now properly highlight:

```sql
select 1 and;
select 2 select;
```

`and` and `select` are both column labels in these cases, not keywords.
@sbdchd sbdchd added the automerge automerge with kodiak label Apr 8, 2026
@kodiakhq kodiakhq bot merged commit cc6c58e into master Apr 8, 2026
33 checks passed
@kodiakhq kodiakhq bot deleted the steved-semantic-syntax-highlighting branch April 8, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge with kodiak

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant