From 09d5a5941a1feb23aece4d5311092c1a23d4ae11 Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Fri, 13 Oct 2023 20:45:00 +0200 Subject: also support FIXME and QUESTION as markers --- app/Main.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index 0faff19..9e25025 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -70,11 +70,6 @@ -- # @original-issue more information on the issue -- ``` --- TODO Add support for other keywords --- --- Additionally to TODO, also FIXME should start an issue. There might --- be more interesting keywords. - module Main where import Control.Exception (Exception, catch, handle, throw, throwIO) -- cgit v1.2.3