feat: support to Rescript file extensions (.rei, .res, .resi) (#960)
This commit is contained in:
parent
fb8806d3b2
commit
03c988ba47
1 changed files with 3 additions and 3 deletions
|
@ -231,8 +231,8 @@
|
|||
".ny": { "image": "lisp" },
|
||||
".podsl": { "image": "lisp" },
|
||||
".sexp": { "image": "lisp" },
|
||||
".ss": {"image": "lisp"},
|
||||
".scm": {"image": "lisp"},
|
||||
".ss": { "image": "lisp" },
|
||||
".scm": { "image": "lisp" },
|
||||
".ls": { "image": "livescript" },
|
||||
".log": { "image": "log" },
|
||||
".lua": { "image": "lua" },
|
||||
|
@ -355,7 +355,7 @@
|
|||
"/^(Snakefile|WATCHLISTS)$/": { "image": "python" },
|
||||
"/^wscript$/": { "image": "python" },
|
||||
"/\\.(r|Rprofile|rsx|rd)$/i": { "image": "r" },
|
||||
".re": { "image": "reasonml" },
|
||||
"/\\.res?i?$/i": { "image": "reasonml" },
|
||||
"/\\.(rb|ru|ruby|erb|gemspec|god|mspec|pluginspec|podspec|rabl|rake|opal)$/i": { "image": "ruby" },
|
||||
"/^\\.?(irbrc|gemrc|pryrc|ruby-(gemset|version))$/i": { "image": "ruby" },
|
||||
"/^(Appraisals|(Rake|[bB]uild|Cap|Danger|Deliver|Fast|Guard|Jar|Maven|Pod|Puppet|Snap)file(\\.lock)?)$/": {
|
||||
|
|
Loading…
Reference in a new issue