Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TextC0de authored Aug 26, 2020
1 parent e2f0aee commit e2d85a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
],
"contributes": {
"languages": [{
"id": "pscd",
"aliases": ["Pseudocódigo", "pscd"],
"extensions": [".pscd"],
"id": "pseudo-unpsjb",
"aliases": ["Pseudocódigo", "pseudo"],
"extensions": [".pseudo"],
"configuration": "./language-configuration.json"
}],
"grammars": [{
"language": "pscd",
"scopeName": "source.pscd",
"language": "pseudo",
"scopeName": "source.pseudo",
"path": "./syntaxes/pscd.tmLanguage.json"
}],
"snippets": [
{
"language": "pscd",
"language": "pseudo",
"path": "./snippets/snippets.json"
}
]
Expand Down

0 comments on commit e2d85a9

Please sign in to comment.