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 has been 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.
Prerequisites
Description
Syntax highlighting does not work in preview for 'scala' or 'Scala'
Steps to Reproduce
Expected behavior:
Expected syntax within codeblock to be highlighted in preview mode.
Actual behavior:
Syntax is not highlighted within codeblock.
Reproduces how often:
Problem occurs 100% of the time.
Versions
atom-version
Atom : 1.60.0
Electron: 9.4.4
Chrome : 83.0.4103.122
Node : 12.14.1
apm--version
apm 2.6.2
npm 6.14.13
node 12.14.1 x64
atom 1.60.0
python
git 2.35.1.windows.2
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.19042 N/A Build 19042
Additional Information
The text was updated successfully, but these errors were encountered: