You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I started to explore metaprogramming in Julia thus very fast I get familiar with using quote ... end blocks. Although I think that I understand why the syntax highlighting inside quote is somewhat limited, I would be glad to have full syntax highlighting inside (especially including function call highlighting), like in begin.
Example:
beginfoo() #highlightedendquotefoo() # not highlightedend
I am looking for some help on how to make this happen as I wasn't able to spot the right rule by myself.
The difference between scopes of foo keyword:
Inside begin:
Hi,
Recently I started to explore metaprogramming in Julia thus very fast I get familiar with using
quote ... end
blocks. Although I think that I understand why the syntax highlighting insidequote
is somewhat limited, I would be glad to have full syntax highlighting inside (especially including function call highlighting), like inbegin
.Example:
I am looking for some help on how to make this happen as I wasn't able to spot the right rule by myself.
The difference between scopes of foo keyword:
Inside
begin
:Inside
quote
:The text was updated successfully, but these errors were encountered: