Skip to content

Commit

Permalink
Readme: Update Atom instructions with support for css... (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz authored and giuseppeg committed Aug 7, 2018
1 parent db2765b commit 8ccf7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ The [`language-babel`](https://github.com/gandm/language-babel) package for the
After [installing the package](https://github.com/gandm/language-babel#installation) add the code below to the appropriate settings entry. In a few moments you should be blessed with proper CSS syntax highlighting. ([source](https://github.com/gandm/language-babel/issues/324))

```
"(?<=<style jsx>{)|(?<=<style jsx global>{)":source.css.styled
"(?<=<style jsx>{)|(?<=<style jsx global>{)|(?<=css)":source.css.styled
```

![babel-language settings entry](https://cloud.githubusercontent.com/assets/2313237/22627258/6c97cb68-ebb7-11e6-82e1-60205f8b31e7.png)
Expand Down

0 comments on commit 8ccf7d0

Please sign in to comment.