Skip to content

Commit

Permalink
feat: add name for the vitest-snapshot language (#364)
Browse files Browse the repository at this point in the history
The first alias in a language contribution is used as a human readable
label. This is used in the status bar as well as the language selector.
  • Loading branch information
remcohaszing committed May 2, 2024
1 parent 1a11227 commit 6c6f75e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"languages": [
{
"id": "vitest-snapshot",
"aliases": [
"Vitest Snapshot"
],
"extensions": [
".js.snap",
".jsx.snap",
Expand Down

0 comments on commit 6c6f75e

Please sign in to comment.