On Thu, Jun 4, 2015 at 8:14 AM, cameyo
<massimo.corinald...@regione.marche.it> wrote:
> I'm creating a syntax highlighter for julia (notepad++).
> Where i can find a list of reserved words?

You can probably extract that from the parser or the REPL but
here[1]'s where I usually find it. Other editor syntax highlighting
files should work too.

P.S. Actually it looks like there's already one for notepad++?

[1] 
https://github.com/JuliaLang/julia/blob/5ea501df3a709b43cbbf94775985e3e423f4243b/contrib/julia-mode.el#L183

>
> Thanks.
>
> cameyo
>
>
>
>
> --
> View this message in context: 
> http://julia-programming-language.2336112.n4.nabble.com/List-of-reserved-words-tp21074.html
> Sent from the Julia Users mailing list archive at Nabble.com.

Reply via email to