Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Julia language support #23

Closed
arcticicestudio opened this issue Sep 18, 2016 · 4 comments
Closed

Julia language support #23

arcticicestudio opened this issue Sep 18, 2016 · 4 comments

Comments

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Sep 18, 2016

Implement optimized styles for Julia entities for the milestone backlog community 📦 package language-julia by JuliaLang

  1. Macros should be colored correctly
@deszoeke
Copy link

Multiline strings

"""
stringy
stringier
stringiest
"""

are not highlighted in the same color as strings.

@arcticicestudio
Copy link
Contributor Author

arcticicestudio commented Apr 6, 2017

@deszoeke Thanks for your report 👍
Have you tried to use the correct indentation? (heredoc)

ghi-23-scrot-indentation

@deszoeke
Copy link

deszoeke commented Apr 6, 2017 via email

@arcticicestudio
Copy link
Contributor Author

arcticicestudio commented Apr 7, 2017

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.

@arcticicestudio arcticicestudio modified the milestones: Version 1.0.0, 0.1.0 Jul 8, 2017
@arcticicestudio arcticicestudio removed their assignment Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants