shikijs / textmate-grammars-themes

Collection of TextMate grammars and themes in JSON
https://textmate-grammars-themes.netlify.app/
MIT License
116 stars 57 forks source link

feat: add fortran (free form) grammar #18

Closed uncenter closed 9 months ago

uncenter commented 10 months ago

Adds a grammar for the Fortran programming language (free form). I was going to add fixed form as well but I couldn't find an adequate sample file.

Screenshot 2024-01-28 at 13 16 59 (Arc)

GitMensch commented 9 months ago

I was going to add fixed form as well but I couldn't find an adequate sample file.

You possible find one at https://en.wikibooks.org/wiki/Fortran/Fortran_examples

uncenter commented 9 months ago

I tried those but couldn't verify their accuracy since gfortran only compiled F90+. I'll see if they look right in the playground and add them if so, I'll let you know.