File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 22 "name" : " linter-gfortran" ,
33 "displayName" : " Modern Fortran" ,
44 "description" : " Modern Fortran language support, including syntax highlighting and error detection." ,
5- "version" : " 0.4.2 " ,
5+ "version" : " 0.4.4 " ,
66 "publisher" : " krvajalm" ,
77 "engines" : {
88 "vscode" : " ^1.12.0"
3636 " .F95"
3737 ],
3838 "configuration" : " ./language-configuration.json"
39+ },
40+ {
41+ "id" : " fortran" ,
42+ "aliases" : [
43+ " Fortran " ,
44+ " fortran"
45+ ],
46+ "extensions" : [
47+ " .f" ,
48+ " .F" ,
49+ " .f77" ,
50+ " .F77" ,
51+ " .FPP"
52+ ]
3953 }
4054 ],
4155 "grammars" : [
4256 {
4357 "language" : " fortran90" ,
4458 "scopeName" : " source.fortran.modern" ,
4559 "path" : " ./syntaxes/fortran90.tmLanguage"
60+ },
61+ {
62+ "language" : " fortran" ,
63+ "scopeName" : " source.fortran" ,
64+ "path" : " ./syntaxes/fortran.tmLanguage"
4665 }
4766 ],
4867 "snippets" : [
You can’t perform that action at this time.
0 commit comments