Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Colors...

Aperta
#178 1 commento 0 reazioni 1 assegnatario Vedi su GitHub

@liuxy0551 ci sta già lavorando.

Dal 9/5/2025.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

Not really an issue, more a few improvements for colorization ;-)

Currently, I'm using the onigasm with vsdarkplus theme for pgplsql.
This is an example how my code looks like:

Image

When I paste this in your playground; I get the following:

Image

A few things caught my mind:

  1. The "replace" part of "create or replace" is recognized as function rather than statement.
  2. The word "begin" at the start of the function body should be colored as control flow
  3. The column- and table names have no special meaning, so the default colorizer keeps them uncoloured. In your version, I do not see a difference. I would imagine that I can feed a data model to the language server in order to perform auto complete and may be to colorize them in a special color when the table name is recognized (as Dbeaver now does, see below)
  4. I changed one rule in the original colorizer: I colorize words that start with an underscore with an alternate color. That's just a personal taste because I always declare variables with underscores to prevent ambiguity. You can see the effect in the "select ... into..." part.

dbeaver example:

Image

Lingua principale
TypeScript
Stelle
295
Fork
50
Merge medio
1h 21m
PR unite (30g)
1

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di DTStack/monaco-sql-languages

Tutte le issue di DTStack/monaco-sql-languages

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.