Julia language support
arcticicestudio opened this issue ยท 4 comments
arcticicestudio commented
Implement optimized styles for Julia entities for the milestone backlog community ๐ฆ package language-julia
by JuliaLang
- Macros should be colored correctly
deszoeke commented
Multiline strings
"""
stringy
stringier
stringiest
"""
are not highlighted in the same color as strings.
arcticicestudio commented
deszoeke commented
I have never seen that indentation for docstrings.
โฆ On Apr 6, 2017, at 12:05 PM, Arctic Ice Studio ***@***.***> wrote:
Thanks for your report ๐
Have you tried to use the correct indentation? (heredoc)
โ
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
arcticicestudio commented
I've debugged with the langauge-julia
package and found out that it makes use of the .source--gfm
(GitHub Flavored Markdown) selector for multiline strings. It adapts the default text color of it which is nord4
.
This seems to lead to problems more often which can be seen by the amount of issues in the language-julia
repository related to this problem.
Anyway, I'll create a new ticket to fix this for the Nord Atom Syntax theme and add a @-mention so you can test the changes.