ScintillaOrg / lexilla

A library of language lexers for use with Scintilla
https://www.scintilla.org/Lexilla.html
Other
163 stars 59 forks source link

[Feature request] Add JSON5 support #241

Open sXNA opened 2 months ago

sXNA commented 2 months ago

Could you add JSON5? Currently only comments work.

rdipardo commented 2 months ago

A link to a language spcification is needed here, to avoid the misunderstanding that JSON5 is merely "JSON with comments": https://json5.org/#summary-of-features

The original downstream issue notes, for example, that single-quoted strings are lexed as errors: notepad-plus-plus/notepad-plus-plus#14992