Skip to content

Commit

Permalink
Treat *.ml{i} in Linguist as OCaml (#1828)
Browse files Browse the repository at this point in the history
Summary:
A few files (see below) are being interpreted as SML; this corrects Linguist to treat them as OCaml.

<img width="889" alt="Screenshot 2024-04-01 at 16 34 37" src="https://github.com/facebook/infer/assets/1146876/cfc2911b-f5d5-4586-8440-56d77e6cbad2">

Pull Request resolved: #1828

Reviewed By: ngorogiannis

Differential Revision: D55634827

Pulled By: jvillard

fbshipit-source-id: 521cc54713c063ae3bb19100c22b839a4e2efadf
  • Loading branch information
kevinji authored and facebook-github-bot committed Apr 2, 2024
1 parent 7950d08 commit c02bc5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
website/** linguist-documentation
*.ml linguist-language=OCaml
*.mli linguist-language=OCaml

0 comments on commit c02bc5b

Please sign in to comment.