Skip to content

Commit

Permalink
Merge pull request rouge-ruby#1002 from adam-becker/fsi
Browse files Browse the repository at this point in the history
Adding .fsi
  • Loading branch information
dblessing authored Oct 1, 2018
2 parents d4370ef + 7c36f78 commit 07f31dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/fsharp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class FSharp < RegexLexer
title "FSharp"
desc 'F# (fsharp.net)'
tag 'fsharp'
filenames '*.fs', '*.fsx'
filenames '*.fs', '*.fsi', '*.fsx'
mimetypes 'application/fsharp-script', 'text/x-fsharp', 'text/x-fsi'

def self.keywords
Expand Down

0 comments on commit 07f31dc

Please sign in to comment.