Skip to content

Zig: fix number and escape char ; add ##Comments

Jonathan Poelen requested to merge jpoelen/syntax-highlighting:zig into master
  • Add Hex Float and Binary
  • Add _ as digit separator
  • Add ##Comments context
  • Fix Float format
  • Fix escape char (add \u{...} and remove invalid format)
  • errdefer as Control Floaw

New Styles:

  • Error
  • Binary
  • Hex Float
  • Character
  • Self Variable (for self commonly used in functions)

Merge request reports