Skip to content

Commit

Permalink
Add mocha.opts to option-list filenames (github-linguist#6140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis authored Oct 26, 2022
1 parent 35159ee commit daf01cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4668,6 +4668,7 @@ Option List:
filenames:
- ".ackrc"
- "ackrc"
- "mocha.opts"
tm_scope: source.opts
ace_mode: sh
codemirror_mode: shell
Expand Down
6 changes: 6 additions & 0 deletions samples/Option List/filenames/mocha.opts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
--colors
--recursive
--reporter mochawesome
--reporter-options reportDir=reports/mochawesome
--require ./tools/testSetup
--ui bdd

0 comments on commit daf01cb

Please sign in to comment.