Skip to content

Commit 0aabf09

Browse files
committed
[JS] Add createGlobalStyle support
1 parent dfb2cfd commit 0aabf09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

syntaxes/fjsx15/literal/string/styled-component.sublime-syntax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ contexts:
8181
# API helpers.
8282
- match: |
8383
(?x)
84-
((?> css
84+
((?> createGlobalStyle
85+
| css
8586
| injectGlobal
8687
))
8788
(?=\s*`)

0 commit comments

Comments
 (0)