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 2
2
"name" : " linter-gfortran" ,
3
3
"displayName" : " Modern Fortran" ,
4
4
"description" : " Modern Fortran language support, including syntax highlighting and error detection." ,
5
- "version" : " 0.4.2 " ,
5
+ "version" : " 0.4.4 " ,
6
6
"publisher" : " krvajalm" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.12.0"
36
36
" .F95"
37
37
],
38
38
"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
+ ]
39
53
}
40
54
],
41
55
"grammars" : [
42
56
{
43
57
"language" : " fortran90" ,
44
58
"scopeName" : " source.fortran.modern" ,
45
59
"path" : " ./syntaxes/fortran90.tmLanguage"
60
+ },
61
+ {
62
+ "language" : " fortran" ,
63
+ "scopeName" : " source.fortran" ,
64
+ "path" : " ./syntaxes/fortran.tmLanguage"
46
65
}
47
66
],
48
67
"snippets" : [
You can’t perform that action at this time.
0 commit comments