JuliaEditorSupport / atom-language-julia

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

add `public` keyword to the grammar #272

Closed mitiemann closed 10 months ago

mitiemann commented 10 months ago

Fixes #271 . This is my first PR here, so any feedback and help appreciated :-)

pfitzseb commented 10 months ago

This doesn't seem to have any actual grammar changes. Make sure to edit grammars/julia.json and then run the pre-commit hooks.

mitiemann commented 10 months ago

My apologies, @pfitzseb , I hadn't marked this as draft. Now it should be completed.