Skip to content

Commit 088a8ec

Browse files
author
Kyle
committed
Change tmlanguage files to fortran_free-form and fortran_fixed-form
1 parent f460d5e commit 088a8ec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
{
3535
"language": "fortran_free-form",
3636
"scopeName": "source.fortran.free",
37-
"path": "./syntaxes/fortran90.tmLanguage.json"
37+
"path": "./syntaxes/fortran_free-form.tmLanguage.json"
3838
},
3939
{
4040
"language": "fortran_fixed-form",
4141
"scopeName": "source.fortran.fixed",
42-
"path": "./syntaxes/fortran.tmLanguage.json"
42+
"path": "./syntaxes/fortran_fixed-form.tmLanguage.json"
4343
}
4444
],
4545
"snippets": [

0 commit comments

Comments
 (0)