fork-dev / TrackerWin

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

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

Open VolkmarR opened 1 week ago

VolkmarR commented 1 week 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 week 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 week 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.