diff options
Diffstat (limited to 'app/TreeGrepper')
-rw-r--r-- | app/TreeGrepper/Comment.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/TreeGrepper/Comment.hs b/app/TreeGrepper/Comment.hs index c912e27..1a6aed2 100644 --- a/app/TreeGrepper/Comment.hs +++ b/app/TreeGrepper/Comment.hs @@ -64,6 +64,8 @@ treeGrepperLanguage ext = -- -- tree-grepper supported files can be listed through `tree-grepper -- --languages`. + -- + -- @backlog case ext of ".elm" -> "elm" ".hs" -> "haskell" |