Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.53k stars 173 forks source link

Yabasic #4331

Closed bprlhe closed 2 years ago

bprlhe commented 2 years ago

Could re-use FreeBASIC lexer. Please add extension .yab to be detected as FreeBASIC. Thanks.

JairoMartinezA commented 2 years ago

Maybe you only need to add the desired extension in:

Options -> Lexers -> Lexer Properties

General Tab in File Types textbox:

image

Of course using one file with the desired lexer.

Alexey-T commented 2 years ago

https://wiki.freepascal.org/CudaText#File_types_config must be enough.