-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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 inside quote
is somewhat limited, I would be glad to have full syntax highlighting inside (especially including function call highlighting), like in begin
.
Example:
begin
foo() #highlighted
end
quote
foo() # not highlighted
end
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
:
source.julia
meta.function-call.julia
variable.function.julia
meta.generic-name.julia
Inside quote
:
source.julia
meta.quote.julia
meta.generic-name.julia
Metadata
Metadata
Assignees
Labels
No labels