Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TextC0de authored Sep 1, 2020
1 parent e2d85a9 commit f6c57f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": "pseudo-unpsjb",
"aliases": ["Pseudocódigo", "pseudo"],
"extensions": [".pseudo"],
"id": "pscd",
"aliases": ["Pseudocódigo", "pscd"],
"extensions": [".pscd"],
"configuration": "./language-configuration.json"
}],
"grammars": [{
"language": "pseudo",
"scopeName": "source.pseudo",
"language": "pscd",
"scopeName": "source.pscd",
"path": "./syntaxes/pscd.tmLanguage.json"
}],
"snippets": [
{
"language": "pseudo",
"language": "pscd",
"path": "./snippets/snippets.json"
}
]
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/pscd.tmLanguage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pseudocodigo",
"scopeName": "source.pseudo",
"scopeName": "source.pscd",
"foldingStartMarker": "(\\{|\\()",
"foldingEndMarker": "(\\}|\\))",
"fileTypes": [
Expand Down

0 comments on commit f6c57f6

Please sign in to comment.