Skip to content

Commit

Permalink
Merge pull request #43 from lionel-rowe/file-icons
Browse files Browse the repository at this point in the history
Custom file icons for .peggy/.pegjs files
  • Loading branch information
hildjj authored Jul 16, 2023
2 parents e36e329 + e3c9590 commit a383e64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added images/peggy-icon-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/peggy-icon-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@
".peggy",
".pegjs"
],
"configuration": "./peggy.configuration.json"
"configuration": "./peggy.configuration.json",
"icon": {
"light": "./images/peggy-icon-light.png",
"dark": "./images/peggy-icon-dark.png"
}
}
],
"grammars": [
Expand Down

0 comments on commit a383e64

Please sign in to comment.