fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
465 stars 10 forks source link

[Feature Request] Add posibility to extend syntax highlighting for lesser known languages #2342

Open VolkmarR opened 1 month ago

VolkmarR commented 1 month ago

Having syntax highlighting in fork is a great feature.

Sadly my employer uses a programming language, that is not very common and therefore syntax highlighting doesn't work in fork.

Is there a way to add syntax highlighting support for new languages? Do you use an open source library for syntax highlighting that accepts PRs for new languages?

DanPristupov commented 1 month ago

Sadly my employer uses a programming language, that is not very common

Which one?

Do you use an open source library for syntax highlighting that accepts PRs for new languages?

No, Fork has its own engine.

VolkmarR commented 1 month ago

The language is called X#. The file extension is .prg. We created a syntax highlighting for VS Code and for highlight-js. This Repo contains some examples for .prg files.