add fypp extension `.fpp` to `languages.json` for Modern Fortran (#1060)

This commit is contained in:
Spencer Bryngelson 2024-08-16 08:07:25 -04:00 committed by GitHub
parent 215887c058
commit a2d1760bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@
"name": "FORTRAN Modern",
"line_comment": ["!"],
"quotes": [["\\\"", "\\\""]],
"extensions": ["f03", "f08", "f90", "f95"]
"extensions": ["f03", "f08", "f90", "f95", "fpp"]
},
"FreeMarker": {
"multi_line_comments": [["<#--", "-->"]],