aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.25k stars 119 forks source link

Highlight multiret #324

Closed inferrna closed 3 weeks ago

inferrna commented 4 weeks ago

Fix this Screenshot from 2024-08-17 13-11-48 to this after

Also updated list of builtins to highlight with

lobster  --gen-builtins-json | jq  'map(.funcname)' - | awk '$1 ~ " *\"" {gsub(",", ""); print $1"|"}'|sort|uniq | xargs| tr -d \ 

so it became after_after

@ewoudje behold it please

aardappel commented 3 weeks ago

This LGTM