Branch: refs/heads/master Author: Edwin Lee leeed2001@gmail.com Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 24 Jun 2013 21:22:30 UTC Commit: fbc6bdc85004988a63c9860950763578870bed10 https://github.com/geany/geany/commit/fbc6bdc85004988a63c9860950763578870bed...
Log Message: ----------- Add some missing Fortran file extensions
Updated Fortran file extensions to include f08 (Fortran 2008) and all the preprocessor Fortran extensions.
Modified Paths: -------------- data/filetype_extensions.conf
Modified: data/filetype_extensions.conf 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -21,10 +21,10 @@ D=*.d;*.di; Diff=*.diff;*.patch;*.rej; Docbook=*.docbook; Erlang=*.erl; -F77=*.f;*.for;*.ftn;*.f77; +F77=*.f;*.for;*.ftn;*.f77;*.F;*.FOR;*.FTN;*.fpp;*.FPP Ferite=*.fe; Forth=*.fs;*.fth; -Fortran=*.f90;*.f95;*.f03; +Fortran=*.f90;*.f95;*.f03;*.f08;*.F90;*.F95;*.F03;*.F08 FreeBasic=*.bas;*.bi; Genie=*.gs; GLSL=*.glsl;*.frag;*.vert;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).