You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/runtime
Michael Davis ac669ade05 erlang: Fix highlighting of empty records
For example

    -record(state, {})

Would not highlight `state` as a type since the alternation didn't
allow for an empty tuple. Allowing the inner atom of the tuple to be
optional fixes this case.
2 years ago
..
grammars Dynamically load grammar libraries at runtime 3 years ago
queries erlang: Fix highlighting of empty records 2 years ago
themes Themes update (#3587) 2 years ago
tutor.txt Spacing 2 years ago