]> git.wincent.com - docvim.git/commitdiff
Remove a stale comment
authorGreg Hurrell <greg@hurrell.net>
Fri, 10 Jun 2016 06:43:12 +0000 (23:43 -0700)
committerGreg Hurrell <greg@hurrell.net>
Fri, 10 Jun 2016 06:43:12 +0000 (23:43 -0700)
lib/Text/Docvim/Parse.hs

index 722d40219ff3f7138f3e752d03bf29928031863a..75514272764a65421c1b52c8adb06526d67ce509 100644 (file)
@@ -358,9 +358,6 @@ code = Code <$> (backtick *> codeText <* backtick)
     backtick = char '`'
     codeText = many $ noneOf "\n`"
 
--- TODO: record this in symbol table similar to
--- https://github.com/wincent/docvim/blob/js/src/SymbolVisitor.js
--- (probably want to make this a post-processing step?)
 linkTargets :: Parser Node
 linkTargets = LinkTargets <$> many1 (star *> target <* (star >> optional ws))
   where