lite-plugins
lite-plugins copied to clipboard
Syntax highlighting for the zig programming language
Looks good! Two points:
- Can you change the table entry from
zigtolanguage_zigto match the plugin name - The many
@...entries (@addWithOverflowand friends) would be better changed to a general pattern that resolves to a symbol, the individual items could then be added to the symbols table instead:
{ pattern = "@%w+", type = "symbol" },