(no title)
mijamo
|
1 year ago
I have never seen a syntax highlighter for SQL that actually covers the real deal from Postgres dialect. Basic stuff is covered and then suddenly you use a combination that isn't covered and the colors are all wrong. This is even true for pgadmin, which is ironic.
Unlike most programming languages, SQL built in syntax is huuuuuge and it is very hard to cover it all, especially as it varies with the dialect.
dagss|1 year ago
And 10 other dialects are listed..
emmelaich|1 year ago
```sql
```
eddd-ddde|1 year ago