ekzhang / rustpad

Efficient and minimal collaborative code editor, self-hosted, no database required
https://rustpad.io
MIT License
3.42k stars 146 forks source link

FreeBASIC Syntax highlighting #34

Closed c-sanchez closed 2 years ago

c-sanchez commented 2 years ago

Hi, please add FreeBASIC Syntax highlighting. https://freebasic.net/

Maybe this help? https://github.com/KDE/syntax-highlighting/blob/master/data/syntax/freebasic.xml

Btw thanks for making Rustpad, this is really awesome :D

ekzhang commented 2 years ago

Thanks for the feature request. You'll need to add FreeBASIC as a supported language to Monaco. See https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages - perhaps create an issue there?