madskristensen / TextmateBundleInstaller

A Visual Studio extension
Other
68 stars 23 forks source link

Missing support for .hs files #413

Open haskellstudio opened 6 years ago

haskellstudio commented 6 years ago

Optionally, please give more details such as language name and homepage URL

Main.hs file content is module Main where

main :: IO () main = do putStrLn "hello world"

haskellstudio commented 6 years ago

use vs2017, when drag hs file to vs2017, highlight works well. but when i open an folder(vs2017 new function which vs2015 vs2013 do not have) , and open an hs through solution explorer , the highlight don't wrok!