Skip to content

Commit

Permalink
[FJSX15] Expand global detection
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Jan 18, 2018
1 parent 92cc0c4 commit e2d8ad2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion syntaxes/fjsx15/jest.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ contexts:
| describe
| it
| test
))\b(?=(?>only|skip))
))\b
(?=
(?> \.(?>only|skip)
| \s*\(
)
)
captures:
1: support.function.jest.fn.js.fjsx15
set: [
Expand Down

0 comments on commit e2d8ad2

Please sign in to comment.