From 9acf41b0fea9eb0180224afb8f684967dc197e4e Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Thu, 13 Nov 2014 09:52:08 -0500 Subject: [PATCH] Use source.fortran.modern TM scope for FORTRAN This is technically only for FORTRAN 90 and newer, but seems to do just fine with older variants. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index fc00dfbf..817e6c0f 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -788,6 +788,7 @@ FORTRAN: - .f95 - .for - .fpp + tm_scope: source.fortran.modern Factor: type: programming