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.
2022-08-31 17:46:34 +09:00
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries erlang: Fix highlighting of empty records 2022-08-31 17:46:34 +09:00
themes Themes update (#3587) 2022-08-31 10:27:40 +09:00
tutor.txt Spacing 2022-07-26 10:22:28 +09:00