Skip to content

vscode: fix text mate grammar for multiple stmts on a line#1115

Merged
kodiakhq[bot] merged 2 commits into
masterfrom
steved-fix-syntax-highlighting
May 4, 2026
Merged

vscode: fix text mate grammar for multiple stmts on a line#1115
kodiakhq[bot] merged 2 commits into
masterfrom
steved-fix-syntax-highlighting

Conversation

@sbdchd
Copy link
Copy Markdown
Owner

@sbdchd sbdchd commented May 4, 2026

select 1; select 1;
--        ^^^^^^^^^ wasn't highlighted, now it is

removes the meta.statement.pgsql but doesn't seem that important

```sql
select 1; select 1;
--        ^^^^^^^^^ wasn't highlighted, now it is
```

removes the `meta.statement.pgsql` but doesn't seem that important
@sbdchd sbdchd added the automerge automerge with kodiak label May 4, 2026
@kodiakhq kodiakhq Bot merged commit 5ac812d into master May 4, 2026
33 checks passed
@kodiakhq kodiakhq Bot deleted the steved-fix-syntax-highlighting branch May 4, 2026 01:50
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