rouge icon indicating copy to clipboard operation
rouge copied to clipboard

Improve YAML lexer: handle quoted keys.

Open myronmarston opened this issue 4 months ago • 0 comments

Previously, quoted keys would be highlighted as having a syntax error. They are particularly common when dumping a JSON schema as YAML since keys like $schema, $defs and $ref are common, all of which require quoting.

myronmarston avatar Aug 20 '25 16:08 myronmarston