1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
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
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