julia
julia copied to clipboard
Fix llvm highlighting of variables with `:` in name
This prevents values with : in their name to be printed as labels.
Before
After
@kimikage does this look OK to you now?
I checked and it looks good after this.