Skip to content

Commit 8418193

Browse files
author
Jeff Larkin
committed
Adds support for .f18 and .F18 file extensions.
Fixes #247
1 parent 5ca5a24 commit 8418193

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
".f95",
4040
".F95",
4141
".f08",
42-
".F08"
42+
".F08",
43+
".f18",
44+
".F18"
4345
],
4446
"configuration": "./language-configuration.json"
4547
},

syntaxes/fortran_free-form.tmLanguage.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"f03",
1111
"F03",
1212
"f08",
13-
"F08"
13+
"F08",
14+
"f18",
15+
"F18"
1416
],
1517
"firstLineMatch": "(?i)-[*]- mode: fortran free -[*]-",
1618
"injections": {

0 commit comments

Comments
 (0)