JuliaEditorSupport / atom-language-julia

A Julia language support package for the Atom editor
Other
52 stars 39 forks source link

feat: add separator tokenization #276

Closed pfitzseb closed 9 months ago

pfitzseb commented 9 months ago

Fixes https://github.com/JuliaEditorSupport/atom-language-julia/issues/275. image

This does not work for commas in types, but fixing that is a bigger undertaking.

CameronBieganek commented 9 months ago

Awesome, thanks!

This does not work for commas in types, but fixing that is a bigger undertaking.

Currently I just color the entire type magenta, and I think I prefer it that way. If the commas inside the type had their own scope, I probably wouldn't use it in my color theme. Here's what it looks like right now with Julia Color Themes:

image