<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/haskell, branch v0.8.3</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/haskell?h=v0.8.3</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/haskell?h=v0.8.3'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2023-01-14T22:29:00Z</updated>
<entry>
<title>highlights(haskell): don't match True|False in other identifiers</title>
<updated>2023-01-14T22:29:00Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2023-01-14T22:23:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=372177fb996b7d94246fd214cc44573116704618'/>
<id>urn:sha1:372177fb996b7d94246fd214cc44573116704618</id>
<content type='text'>
Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;
Co-authored-by:  Guillaume Bouchard &lt;guibou@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>highlights(haskell): special sigils and operators</title>
<updated>2023-01-14T21:11:49Z</updated>
<author>
<name>Ananda Umamil</name>
<email>zweimach@zweimach.org</email>
</author>
<published>2023-01-14T20:54:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0b69c4ae52851b2ce789d3e7e1049db016bd0f2d'/>
<id>urn:sha1:0b69c4ae52851b2ce789d3e7e1049db016bd0f2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(haskell): function and variable bindings</title>
<updated>2023-01-11T19:07:16Z</updated>
<author>
<name>Ananda Umamil</name>
<email>zweimach@zweimach.org</email>
</author>
<published>2023-01-05T21:01:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1298d9ba3ba78cf6bba3810e47e5d2d568f33614'/>
<id>urn:sha1:1298d9ba3ba78cf6bba3810e47e5d2d568f33614</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(haskell): Fix partially applied infix functions</title>
<updated>2023-01-01T17:23:57Z</updated>
<author>
<name>Manuel Barros</name>
<email>manuelqmbarros@gmail.com</email>
</author>
<published>2022-11-30T11:50:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3a621b9a8362fac358d828254485024986d6d81b'/>
<id>urn:sha1:3a621b9a8362fac358d828254485024986d6d81b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(haskell): lambda and function with type signature</title>
<updated>2022-12-29T20:04:14Z</updated>
<author>
<name>Ananda Umamil</name>
<email>zweimach@zweimach.org</email>
</author>
<published>2022-12-29T19:11:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e5dd204291d16f1061157711a69884f7a2fe02b1'/>
<id>urn:sha1:e5dd204291d16f1061157711a69884f7a2fe02b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(haskell): fix captures</title>
<updated>2022-11-26T11:17:51Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-11-18T15:47:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1da0a88ebc72a5893b896144d8e0d5ff53269281'/>
<id>urn:sha1:1da0a88ebc72a5893b896144d8e0d5ff53269281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>haskell/highlights: Match `pattern` as a keyword</title>
<updated>2022-09-28T01:38:16Z</updated>
<author>
<name>Jade Lovelace</name>
<email>software@lfcode.ca</email>
</author>
<published>2022-09-18T19:54:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=aa736f5f36de0c8196534497c47e0d1f614c311d'/>
<id>urn:sha1:aa736f5f36de0c8196534497c47e0d1f614c311d</id>
<content type='text'>
Sample:
-- | Smart constructor that deduplicates plugins
pattern IdePlugins :: [PluginDescriptor ideState] -&gt; IdePlugins ideState
pattern IdePlugins{ipMap} &lt;- IdePlugins_ (sortOn (Down . pluginPriority) . HashMap.elems -&gt; ipMap) _
  where
    IdePlugins ipMap = IdePlugins_{ipMap_ = HashMap.fromList $ (pluginId &amp;&amp;&amp; id) &lt;$&gt; ipMap
                                  , lookupCommandProvider = lookupPluginId ipMap
                                  }
</content>
</entry>
<entry>
<title>highlights(haskell): use `@function.call`</title>
<updated>2022-09-11T11:16:06Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-29T21:45:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=600ac0f358caf170b4f1f05ccd74aebdc36bbec2'/>
<id>urn:sha1:600ac0f358caf170b4f1f05ccd74aebdc36bbec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add @spell directives for haskell</title>
<updated>2022-09-10T18:18:18Z</updated>
<author>
<name>Guillaume Bouchard</name>
<email>guillaum.bouchard@gmail.com</email>
</author>
<published>2022-09-07T09:33:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=82f48cfe75162663315b7a9adaf05d46d9035c15'/>
<id>urn:sha1:82f48cfe75162663315b7a9adaf05d46d9035c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add postresql-simple sql to haskell injections</title>
<updated>2022-08-29T21:07:39Z</updated>
<author>
<name>Marc Jakobi</name>
<email>marc.jakobi@tiko.energy</email>
</author>
<published>2022-08-29T06:47:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4b0dab183eb48e1010b537a3f52c9eaa4def5d76'/>
<id>urn:sha1:4b0dab183eb48e1010b537a3f52c9eaa4def5d76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix aesonQQ quasiquote_body for haskell injections</title>
<updated>2022-08-29T20:51:46Z</updated>
<author>
<name>Guillaume Bouchard</name>
<email>guillaum.bouchard@gmail.com</email>
</author>
<published>2022-08-29T20:28:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=32e1f654e71b76eb1925ccffdd5a1a9dd90353c2'/>
<id>urn:sha1:32e1f654e71b76eb1925ccffdd5a1a9dd90353c2</id>
<content type='text'>
Fix name of the captured quoter</content>
</entry>
<entry>
<title>Haskell injection: support inline json</title>
<updated>2022-08-29T20:51:46Z</updated>
<author>
<name>Guillaume Bouchard</name>
<email>guillaum.bouchard@gmail.com</email>
</author>
<published>2022-08-27T13:50:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3993d90a521d58673ce4a618afc9f9bcf79b92f9'/>
<id>urn:sha1:3993d90a521d58673ce4a618afc9f9bcf79b92f9</id>
<content type='text'>
Support for inline json using the quasiquoter `aesonQQ`: https://github.com/sol/aeson-qq#readme</content>
</entry>
<entry>
<title>support the fold of haskell</title>
<updated>2022-07-08T19:58:10Z</updated>
<author>
<name>ShootingStarDragons</name>
<email>ShootingStarDragons@protonmail.com</email>
</author>
<published>2022-07-08T15:03:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f0e710793fb5173a0ba826fb8df0ced96b2babbc'/>
<id>urn:sha1:f0e710793fb5173a0ba826fb8df0ced96b2babbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(haskell): priority 101 for infix function precedence over variable (#3085)</title>
<updated>2022-07-01T13:47:28Z</updated>
<author>
<name>Kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-07-01T13:47:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=372b007231d7f9e5edd0308c21deee143b71ca26'/>
<id>urn:sha1:372b007231d7f9e5edd0308c21deee143b71ca26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(haskell): highlight exp_name as function in infix operations</title>
<updated>2022-06-25T09:43:11Z</updated>
<author>
<name>kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-06-25T09:13:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=74ec4e1d5c2bfaa7ad6488af7f934a28242804dd'/>
<id>urn:sha1:74ec4e1d5c2bfaa7ad6488af7f934a28242804dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(haskell): function with type signature</title>
<updated>2022-01-13T20:48:35Z</updated>
<author>
<name>Ananda Umamil</name>
<email>zweimach@zweimach.org</email>
</author>
<published>2022-01-13T20:22:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a76e1eb89d57e25cedbc71d6bf8e2d2c23d5d85b'/>
<id>urn:sha1:a76e1eb89d57e25cedbc71d6bf8e2d2c23d5d85b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve Haskell highlighting</title>
<updated>2022-01-08T11:37:11Z</updated>
<author>
<name>Ananda Umamil</name>
<email>zweimach@zweimach.org</email>
</author>
<published>2022-01-08T04:12:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=50fee51d352317aaed28532c5f2f3f5e44fdd7bc'/>
<id>urn:sha1:50fee51d352317aaed28532c5f2f3f5e44fdd7bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add comment highlighting for keywords in Haskell (#1695)</title>
<updated>2021-08-14T18:27:05Z</updated>
<author>
<name>jpe90</name>
<email>jpe90@users.noreply.github.com</email>
</author>
<published>2021-08-14T18:27:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=39a53ffbbcce129f5bd2289f4f69dbb99409d73d'/>
<id>urn:sha1:39a53ffbbcce129f5bd2289f4f69dbb99409d73d</id>
<content type='text'>

Co-authored-by: Santos Gallegos &lt;stsewd@protonmail.com&gt;</content>
</entry>
<entry>
<title>Add common quasiquote highlights/injections for Haskell (#1440)</title>
<updated>2021-07-01T00:43:08Z</updated>
<author>
<name>Farbod Salamat-Zadeh</name>
<email>12140044+farbodsz@users.noreply.github.com</email>
</author>
<published>2021-07-01T00:43:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=efbd01f5391371cb9285993646376747f3dbd9ad'/>
<id>urn:sha1:efbd01f5391371cb9285993646376747f3dbd9ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(haskell): improve highlight query</title>
<updated>2021-06-26T10:10:52Z</updated>
<author>
<name>elianiva</name>
<email>dicha.arkana03@gmail.com</email>
</author>
<published>2021-06-18T22:09:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f9bce468a0745b50a4800337232b1a413a19e364'/>
<id>urn:sha1:f9bce468a0745b50a4800337232b1a413a19e364</id>
<content type='text'>
Co-authored-by: Farbod Salamat-Zadeh &lt;12140044+farbodsz@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>feat: add haskell highlights</title>
<updated>2021-06-26T10:10:52Z</updated>
<author>
<name>elianiva</name>
<email>dicha.arkana03@gmail.com</email>
</author>
<published>2021-04-21T09:05:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=684b74bea1dac1a7fd067e83dc5a8a40f5a37d55'/>
<id>urn:sha1:684b74bea1dac1a7fd067e83dc5a8a40f5a37d55</id>
<content type='text'>
</content>
</entry>
</feed>
