Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(julia): highlight interpolation operator
This patch adds `$` to the `@punctuation.special` capture group within `(string_interpolation)` (e.g. `"hello $name"`) and `(interpolation_expression)` (e.g. `:(hello $name)`) nodes.
- Loading branch information