Skip to content

Commit

Permalink
add file imes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule authored Oct 7, 2020
1 parent 0d14746 commit 0dfaf9b
Showing 1 changed file with 13 additions and 40 deletions.
53 changes: 13 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "fortran",
"displayName": "fortran",
"description": "An extension for VS Code which provides support for the Fortran language.",
"version": "0.2.0",
"publisher": "Gimly81",
"name": "fortran-ekon",
"displayName": "fortran - ekon",
"description": "An extension for VS Code which provides syntax highlight support for the Fortran language.",
"version": "0.0.1",
"publisher": "ekon",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"vscode": "^1.16.0"
Expand All @@ -15,14 +15,11 @@
"homepage": "https://github.com/Gimly/vscode-fortran/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Gimly/vscode-fortran.git"
"url": "https://github.com/ekonbenefits/vscode-fortran.git"
},
"activationEvents": [
"onLanguage:fortran-modern"
],
"main": "./out/src/extension",
"icon": "images/icon.png",
"bugs": "https://github.com/Gimly/vscode-fortran/issues",
"bugs": "https://github.com/ekonbenefits/vscode-fortran/issues",
"contributes": {
"languages": [
{
Expand All @@ -39,45 +36,21 @@
".for",
".FOR",
".fpp",
".FPP"
".FPP",
".CVR",
".DEC",
".cvr",
".dec"
],
"configuration": "./fortran.configuration.json"
},
{
"id": "fortran-modern",
"aliases": [
"Fortran - Modern"
],
"extensions": [
".f90",
".F90",
".f95",
".F95",
".f03",
".F03",
".f08",
".F08"
],
"configuration": "./modern.configuration.json"
}
],
"grammars": [
{
"language": "fortran-modern",
"scopeName": "source.fortran.modern",
"path": "./syntaxes/modern.tmLanguage"
},
{
"language": "fortran",
"scopeName": "source.fortran",
"path": "./syntaxes/fortran.tmLanguage"
}
],
"snippets": [
{
"language": "fortran-modern",
"path": "./snippets/fortran.json"
}
]
},
"scripts": {
Expand All @@ -93,4 +66,4 @@
"@types/node": "^7.0.43",
"@types/mocha": "^2.2.42"
}
}
}

0 comments on commit 0dfaf9b

Please sign in to comment.