Skip to content

Commit 23e6437

Browse files
committed
Updates Fortran extensino and adds .pFUnit support
Fixes #185.
1 parent f1c2aa2 commit 23e6437

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,13 @@
5858
".F90",
5959
".f95",
6060
".F95",
61+
".f03",
62+
".F03",
6163
".f08",
6264
".F08",
6365
".f18",
64-
".F18"
66+
".F18",
67+
".pf"
6568
],
6669
"configuration": "./language-configuration.json"
6770
},

syntaxes/fortran_free-form.tmLanguage.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"f08",
1313
"F08",
1414
"f18",
15-
"F18"
15+
"F18",
16+
".pf"
1617
],
1718
"firstLineMatch": "(?i)-[*]- mode: fortran free -[*]-",
1819
"injections": {

0 commit comments

Comments
 (0)