### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: <https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode> * Followed all applicable steps in the debugging guide: <https://flight-manual.atom.io/hacking-atom/sections/debugging/> * Checked the FAQs on the message board for common solutions: <https://discuss.atom.io/c/faq> * Checked that your issue isn't already filed: <https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom> * Checked that there is not already an Atom package that provides the described functionality: <https://atom.io/packages> ### Description I would expect `.scss` code like the below ``` @use "src/sass/design-system" as *; ``` to format so `@use` and the string path for appear appropriately coloured. However it renders like  **Expected behavior:** appropriate colouring of the `@use` and _string_ contents **Actual behavior:** No code formatting **Reproduces how often:** 100% ### Versions apm 2.5.2 npm 6.14.8 node 12.4.0 x64 atom 1.55.0 python 2.7.10 git 2.20.1 OSx 10.14.6
Prerequisites
Description
I would expect
.scsscode like the belowto format so
@useand the string path for appear appropriately coloured.However it renders like
Expected behavior:
appropriate colouring of the
@useand string contentsActual behavior:
No code formatting
Reproduces how often:
100%
Versions
apm 2.5.2
npm 6.14.8
node 12.4.0 x64
atom 1.55.0
python 2.7.10
git 2.20.1
OSx 10.14.6