martanne / vis

A vi-like editor based on Plan 9's structural regular expressions
Other
4.19k stars 260 forks source link

Update Hare lexer #1170

Closed wackbyte closed 4 months ago

wackbyte commented 4 months ago

Updates keywords to match the current syntax, sorts everything alphabetically, and renames "at rules" to "attributes" as they are named in the specification. Also styles enum and union as keywords rather than types to be consistent with struct, and the same for void because it has a dual purpose as both a type and a constant.

wackbyte commented 4 months ago

Ah, okay, thanks!