nvim-treesitter/queries/haskell
Jade Lovelace aa736f5f36 haskell/highlights: Match pattern as a keyword
Sample:
-- | Smart constructor that deduplicates plugins
pattern IdePlugins :: [PluginDescriptor ideState] -> IdePlugins ideState
pattern IdePlugins{ipMap} <- IdePlugins_ (sortOn (Down . pluginPriority) . HashMap.elems -> ipMap) _
  where
    IdePlugins ipMap = IdePlugins_{ipMap_ = HashMap.fromList $ (pluginId &&& id) <$> ipMap
                                  , lookupCommandProvider = lookupPluginId ipMap
                                  }
2022-09-27 21:38:16 -04:00
..
folds.scm support the fold of haskell 2022-07-08 21:58:10 +02:00
highlights.scm haskell/highlights: Match pattern as a keyword 2022-09-27 21:38:16 -04:00
injections.scm Add postresql-simple sql to haskell injections 2022-08-29 14:07:39 -07:00