Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 13, 2020 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljmotta/e597fc77a7dc18382730beac95ab153a to your computer and use it in GitHub Desktop.
Save ljmotta/e597fc77a7dc18382730beac95ab153a to your computer and use it in GitHub Desktop.
Base64Png VS Code package.json language
"contributes": {
"languages": [
{
"id": "base64png",
"extensions": [
".base64png"
],
"aliases": [
"base64png",
"Base64 PNG"
]
},
{
"id": "png",
"extensions": [
".png"
],
"aliases": [
"png",
"Png"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment