Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(treesitter): elixir module/atom colors (#366)
* fix(Color): use proper Elixir module/atom colors * fix(treesitter): elixir module/atom colors - Fix highlight of modules (module names) in elixir. - Link `@string.special.symbol` -> `@constant`, which fixes/improves the highlight of symbols/atoms in elixir. NOTE: Technically, github.com uses the string color (i.e. `@string`) for elixir atoms currently, but other langs (e.g. Ruby) use the constant (i.e. `@constant`) color. We'll let elixir use the default of `@constant` for now for consistency and simplicity. --------- Co-authored-by: Tyler Miller <[email protected]>
- Loading branch information