You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Syntax highlighting does not work in preview for 'scala' or 'Scala'
Steps to Reproduce
Use codeblock with scala syntax highlighting.
defexample=2// evaluated when calledvalexample=2// evaluated immediatelylazyvalexample=2// evaluated once when neededdefsquare(x: Double) // call by valuedefsquare(x: =>Double) // call by name
Go to preview (Ctrl+Shift+M)
Expected behavior:
Expected syntax within codeblock to be highlighted in preview mode.
Actual behavior:
Syntax is not highlighted within codeblock.