nordtheme/atom-syntax

Julia language support

arcticicestudio opened this issue ยท 4 comments

Implement optimized styles for Julia entities for the milestone backlog community ๐Ÿ“ฆ package language-julia by JuliaLang

  1. Macros should be colored correctly

Multiline strings

"""
stringy
stringier
stringiest
"""

are not highlighted in the same color as strings.

@deszoeke Thanks for your report ๐Ÿ‘
Have you tried to use the correct indentation? (heredoc)

ghi-23-scrot-indentation

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.