diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-10 11:14:45 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-10 11:14:45 +0100 |
commit | 8015bdc11b63e46ff4685075e90bb49197076653 (patch) | |
tree | 1cd51b8d9711c141dff38874744953fed48ae72d /app/TreeGrepper | |
parent | 4fd26f9cffd97aeb36435f3220e06b58e4097f17 (diff) |
@backlog issues, remove @scheduled
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" |