mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge pull request #2729 from larsbrinkhoff/fortran
Recognise END statement in FORTRAN files.
This commit is contained in:
		| @@ -131,7 +131,7 @@ module Linguist | |||||||
|     disambiguate ".for", ".f" do |data| |     disambiguate ".for", ".f" do |data| | ||||||
|       if /^: /.match(data) |       if /^: /.match(data) | ||||||
|         Language["Forth"] |         Language["Forth"] | ||||||
|       elsif /^([c*][^a-z]|      (subroutine|program)\s|\s*!)/i.match(data) |       elsif /^([c*][^abd-z]|      (subroutine|program|end)\s|\s*!)/i.match(data) | ||||||
|         Language["FORTRAN"] |         Language["FORTRAN"] | ||||||
|       end |       end | ||||||
|     end |     end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user