zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.39k stars 1.16k forks source link

add `public` keyword to Julia syntax file #3247

Closed matthias314 closed 2 months ago

matthias314 commented 2 months ago

public is a new keyword in Julia 1.11, see here. It's not a reserved keyword, so one can also use it as a variable name. However, the same is true for where, which already gets syntax highlighting.