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-plus/runtime
Michael Davis bd527c84e6 erlang: highlight unary '#' as punctuation.bracket
The '#' character may either be interpreted as a map when used
like so:

    %% Example 1
    #{a => b}

Or as an operator which updates an existing map when the left-hand
side is an expression:

    %% Example 2
    MyMap#{a => b}

This commit changes the highlight to `punctuation.bracket` when used
as a character in a literal map (example 1) and keeps the `operator`
highlight when used for updating (example 2).
2 years ago
..
grammars Dynamically load grammar libraries at runtime 3 years ago
queries erlang: highlight unary '#' as punctuation.bracket 2 years ago
themes Update cursorline for tokyonight + tokyonight_storm (#2927) 2 years ago
tutor.txt Restore section spacing in tutor. (#2791) 2 years ago