Merge pull request #118310 from smorimoto/ocaml

Add more OCaml related file extensions to the OCaml group
This commit is contained in:
Martin Aeschlimann 2021-03-08 12:00:54 +01:00 committed by GitHub
commit c187999ee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ let nonBuiltInLanguages = { // { fileNames, extensions }
"kotlin": { extensions: ['kt'] },
"mustache": { extensions: ['mustache', 'mst', 'mu', 'stache'] },
"nunjucks": { extensions: ['nunjucks', 'nunjs', 'nunj', 'nj', 'njk', 'tmpl', 'tpl'] },
"ocaml": { extensions: ['ml', 'mli'] },
"ocaml": { extensions: ['ml', 'mli', 'mll', 'mly', 'eliom', 'eliomi'] },
"puppet": { extensions: ['puppet'] },
"r": { extensions: ['r', 'rhistory', 'rprofile', 'rt'] },
"sass": { extensions: ['sass'] },