<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/clojure, branch fix/lua</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom?h=fix%2Flua</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom?h=fix%2Flua'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2025-05-12T16:43:40Z</updated>
<entry>
<title>feat!: drop modules, general refactor and cleanup</title>
<updated>2025-05-12T16:43:40Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-06-12T15:54:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=692b051b09935653befdb8f7ba8afdb640adf17b'/>
<id>urn:sha1:692b051b09935653befdb8f7ba8afdb640adf17b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(queries): Remove quotes from properties in set! directive</title>
<updated>2024-07-28T09:43:41Z</updated>
<author>
<name>Omar Valdez</name>
<email>omarantoniovaldezf2@gmail.com</email>
</author>
<published>2024-07-27T23:28:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=51bba660a89e0027929206b622c9c1cbdd995cfb'/>
<id>urn:sha1:51bba660a89e0027929206b622c9c1cbdd995cfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Clojure highlights to be metadata aware (#6213)</title>
<updated>2024-03-19T21:10:41Z</updated>
<author>
<name>Noah</name>
<email>noah.bogart@hey.com</email>
</author>
<published>2024-03-19T21:10:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=03f650705c0c10f97b214ca4ecca3c25ff9bee7d'/>
<id>urn:sha1:03f650705c0c10f97b214ca4ecca3c25ff9bee7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(format-scripts): linewrap predicates</title>
<updated>2024-02-23T08:42:01Z</updated>
<author>
<name>再生花</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2024-02-23T08:42:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=31641d72a4c33536e9d5fc8f829d2ba84211af8a'/>
<id>urn:sha1:31641d72a4c33536e9d5fc8f829d2ba84211af8a</id>
<content type='text'>
"format-ignore".kick()</content>
</entry>
<entry>
<title>Fixup format (#5934)</title>
<updated>2024-01-20T09:47:56Z</updated>
<author>
<name>Phạm Huy Hoàng</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2024-01-20T09:47:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d198a75e2c2e24885b05650515538d055d0c64e4'/>
<id>urn:sha1:d198a75e2c2e24885b05650515538d055d0c64e4</id>
<content type='text'>
* fix(format): newline between top-level field defs

* fixup: newline between node and comment

* fixup: optimize pattern</content>
</entry>
<entry>
<title>chore: query formatting</title>
<updated>2024-01-19T15:58:37Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2024-01-06T06:05:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9'/>
<id>urn:sha1:57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: manual pre-cleanup</title>
<updated>2024-01-19T15:58:37Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2024-01-04T18:19:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=edee83272efe9b597bc27e8060539cdffa3b12a8'/>
<id>urn:sha1:edee83272efe9b597bc27e8060539cdffa3b12a8</id>
<content type='text'>
Moving comments, adding `format-ignore` to lines that will be better
with it
</content>
</entry>
<entry>
<title>feat!: align standard captures with upstream</title>
<updated>2024-01-19T15:58:37Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-12-24T09:00:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1ae9b0e4558fe7868f8cda2db65239cfb14836d0'/>
<id>urn:sha1:1ae9b0e4558fe7868f8cda2db65239cfb14836d0</id>
<content type='text'>
Problem: Sharing highlight queries with upstream tree-sitter and
Helix is difficult.

Solution: Where reasonable, use capture names in tree-sitter's standard
list or Helix's Atom-style hierarchy.

Specifically:

* tree-sitter "standard capture names"
  (https://github.com/tree-sitter/tree-sitter/blob/3f44b896852eb7daaa6df4fb778c9bb52c70c815/highlight/src/lib.rs#L20-L72):

  - `@parameter` -&gt; `@variable.parameter`
  - `@field` -&gt; `@variable.member`
  - `@namespace` -&gt; `@module`
  - `@float` -&gt; `@number.float`
  - `@symbol` -&gt; `@string.special.symbol`
  - `@string.regex` -&gt; `@string.regexp`
  - `@text.*` -&gt; `@markup.*` (`strong`, `italic`, `link`, `strikethrough`; with exceptions; see below)
  - `@text.title` -&gt; `@markup.heading`
  - `@text.literal` -&gt; `@markup.raw`
  - `@text.reference` -&gt; `@markup.link`
  - `@text.uri` -&gt; `@markup.link.url` (in markup links)
  - `@string.special` -&gt; `@markup.link.label` (non-url links)
  - `@punctuation.special` -&gt; `@markup.list` (markdown lists only; move subitems from `@text.todo`)

* Helix captures
  (https://docs.helix-editor.com/master/themes.html#syntax-highlighting):

  - `@method` -&gt; `@function.method`
  - `@method.call` -&gt; `@function.method.call`
  - `@text.{todo,warning,note,danger}` -&gt; `@comment.{error,warning,hint,info,todo}`
  - `@text.diff.{add,delete,}` -&gt; `@diff.{plus,minus,delta}`
  - `@text.uri` -&gt; `@string.special.url` (outside markup)
  - `@preproc` -&gt; `@keyword.directive`
  - `@define` -&gt; `@keyword.directive`(`.define`?)
  - `@storageclass` -&gt; `@keyword.storage`
  - `@conditional` -&gt; `@keyword.conditional`
  - `@debug` -&gt; `@keyword.debug`
  - `@exception` -&gt; `@keyword.exception`
  - `@include` -&gt; `@keyword.import`
  - `@repeat` -&gt; `@keyword.repeat`

* cleanup

  - remove some redundant `@conceal` (but still allow it for conceal-only patterns)
  - remove obsolete `@error` (syntax linting is out of scope for this repo)
  - sort, cleanup capture list in `CONTRIBUTING.md`
</content>
</entry>
<entry>
<title>fix(clojure): fix field highlighting (#5319)</title>
<updated>2023-08-27T07:25:43Z</updated>
<author>
<name>Noah</name>
<email>noah.bogart@hey.com</email>
</author>
<published>2023-08-27T07:25:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e942c720acf44c5c19338ffd57185e9e0e027227'/>
<id>urn:sha1:e942c720acf44c5c19338ffd57185e9e0e027227</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: replace some match &amp; vim-match usages</title>
<updated>2023-08-23T13:57:18Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-08-23T11:09:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=05fe2c38a3bd4f889ac13f1735685ab348d95346'/>
<id>urn:sha1:05fe2c38a3bd4f889ac13f1735685ab348d95346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(injections)!: update injection syntax to 0.9</title>
<updated>2023-08-12T15:34:15Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-05-03T10:07:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=78b54eb7f6a9956d25a3911fa0dfd0cabfe2a4c5'/>
<id>urn:sha1:78b54eb7f6a9956d25a3911fa0dfd0cabfe2a4c5</id>
<content type='text'>
Since 0.9, @lang syntax is still available as fallback but will soon be deprecated.
Because of that, new syntax should be adopted once 0.9 becomes the
baseline requirements for nvim-treesitter

- update health check
- update doc
</content>
</entry>
<entry>
<title>queries/*/highlights.scm : remove `@spell` for strings</title>
<updated>2023-08-07T15:39:40Z</updated>
<author>
<name>ShellCode33</name>
<email>shellcode33@proton.me</email>
</author>
<published>2023-08-07T13:20:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d9e75a1736a960a104ff3086fc553a054f51835b'/>
<id>urn:sha1:d9e75a1736a960a104ff3086fc553a054f51835b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(clojure): add update-keys &amp; update-vals</title>
<updated>2023-06-09T20:07:45Z</updated>
<author>
<name>Noah</name>
<email>noah.bogart@hey.com</email>
</author>
<published>2023-06-09T20:07:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7be9ebd06abe2ed836abd3e91acb0b243ddcafba'/>
<id>urn:sha1:7be9ebd06abe2ed836abd3e91acb0b243ddcafba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: update Clojure queries</title>
<updated>2023-05-26T22:15:22Z</updated>
<author>
<name>Noah</name>
<email>noah.bogart@hey.com</email>
</author>
<published>2023-05-26T22:15:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ab3fb2a285e55a56b732d2f9f40ba7c3a10b87fc'/>
<id>urn:sha1:ab3fb2a285e55a56b732d2f9f40ba7c3a10b87fc</id>
<content type='text'>
Instead of relying on regex for matching (which matches custom symbols),
explicitly list each of the variations in `@variable.builtin, `@conditional`,
`@function.macro`.

Add `@variable.builtin` for the builtin repl variables `*1`, `*2`, `*3`, and
`*e`, which are occasionally used in tests and comments.

Move `ex-info`, `ex-cause`, `ex-data`, and `ex-message` to `@functions.builtin`.

Add missing `clojure.core` functions to `@functions.builtin` at the bottom to
minimize diff. Includes functions from 1.12-alpha2 release as well.</content>
</entry>
<entry>
<title>perf: remove match where possible</title>
<updated>2023-04-21T22:24:17Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-04-21T08:06:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=85330918f05b3a4bd342a69063e7ef5fcdfadd2e'/>
<id>urn:sha1:85330918f05b3a4bd342a69063e7ef5fcdfadd2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(spell): support lisp like languages</title>
<updated>2023-03-29T21:48:30Z</updated>
<author>
<name>kawas44</name>
<email>kawas44@gmail.com</email>
</author>
<published>2023-03-28T21:17:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c07c1c5b98a459e16e8098ae915fffc665e95e61'/>
<id>urn:sha1:c07c1c5b98a459e16e8098ae915fffc665e95e61</id>
<content type='text'>
Add spell to commonlisp, scheme, racket, clojure and fennel.
</content>
</entry>
<entry>
<title>feat!: add `@keyword.coroutine` capture</title>
<updated>2023-03-03T15:07:52Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-02-24T11:37:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=33ba346e60c3151fcdafc55d0e547556dc803c03'/>
<id>urn:sha1:33ba346e60c3151fcdafc55d0e547556dc803c03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: fix typos</title>
<updated>2023-02-23T19:39:43Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-02-23T19:30:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4612212c72a3fe683cbca2f99977ad63b942f70e'/>
<id>urn:sha1:4612212c72a3fe683cbca2f99977ad63b942f70e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(clojure): 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:39:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b2e0472a55eda2af47bcbb5b628ef28443441f90'/>
<id>urn:sha1:b2e0472a55eda2af47bcbb5b628ef28443441f90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(clojure): out-comment TODO query</title>
<updated>2022-09-11T11:16:06Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-29T21:36:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e7fe083fbcb499ac8e58471ad37d5c8028275463'/>
<id>urn:sha1:e7fe083fbcb499ac8e58471ad37d5c8028275463</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change to using an explicit list of "def-likes" for clojure (#3202)</title>
<updated>2022-07-20T10:42:30Z</updated>
<author>
<name>Oliver Marshall</name>
<email>Akeboshiwind@users.noreply.github.com</email>
</author>
<published>2022-07-20T10:42:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=78c8c9a25547f175fc23ff8f26d647a77b0d16fe'/>
<id>urn:sha1:78c8c9a25547f175fc23ff8f26d647a77b0d16fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer lua-match over match</title>
<updated>2021-11-23T09:02:06Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2021-11-18T09:51:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=011ac894ec5b9e36563d8629fb7734f43ddb27a8'/>
<id>urn:sha1:011ac894ec5b9e36563d8629fb7734f43ddb27a8</id>
<content type='text'>
as string.find is much quicker than vim.regex:match*
</content>
</entry>
<entry>
<title>chore: fix typos</title>
<updated>2021-11-02T22:47:48Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2021-11-01T21:35:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6a4fdb317d42a8462621764ff97ad3bc8ff496cf'/>
<id>urn:sha1:6a4fdb317d42a8462621764ff97ad3bc8ff496cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(clojure): fix highlighting of #_</title>
<updated>2021-07-25T16:06:50Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-07-24T18:03:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9e147d23566f58f2da6682242ffb89cb0de426b5'/>
<id>urn:sha1:9e147d23566f58f2da6682242ffb89cb0de426b5</id>
<content type='text'>
Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
</content>
</entry>
<entry>
<title>Don't capture quotes as comments</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-07-19T09:28:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=17cf76de8a16c1e459fbe916491f258371837a8d'/>
<id>urn:sha1:17cf76de8a16c1e459fbe916491f258371837a8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove last @a</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-16T22:59:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=036e88b94a1bb7d51a289f33b38f40603b6d46fa'/>
<id>urn:sha1:036e88b94a1bb7d51a289f33b38f40603b6d46fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove docstring highlights</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-16T18:23:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e0ecd61046d440c31b012d873f0a5346e334de1d'/>
<id>urn:sha1:e0ecd61046d440c31b012d873f0a5346e334de1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ignored capture groups</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-16T18:22:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2bba92dfb000fcb4fb7f8eb452424c790cf4e6b5'/>
<id>urn:sha1:2bba92dfb000fcb4fb7f8eb452424c790cf4e6b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve some comments</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-13T22:20:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=de5641a24620af5a70fafbef51b0ad3a00ac92b6'/>
<id>urn:sha1:de5641a24620af5a70fafbef51b0ad3a00ac92b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve highlights for types</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-13T22:20:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=39d0b9b61bcf8acdbf5159d2375e3d7a2ef97670'/>
<id>urn:sha1:39d0b9b61bcf8acdbf5159d2375e3d7a2ef97670</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove constant highlighting</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-13T22:20:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=dd75916ef92df5947e7b3b94e6ea205321e54d98'/>
<id>urn:sha1:dd75916ef92df5947e7b3b94e6ea205321e54d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add forgotten annon function highlight</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-13T22:19:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9d1fe26b4ddbdb655fbd6044edb3b5596a4b69ac'/>
<id>urn:sha1:9d1fe26b4ddbdb655fbd6044edb3b5596a4b69ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add header comment</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-13T22:19:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=89a3dffd8de7f55ccbe8f756b48502600fe30e26'/>
<id>urn:sha1:89a3dffd8de7f55ccbe8f756b48502600fe30e26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some todos</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-06T12:19:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=78190687bef92b7e5ef579daa8ea04b6eae330dd'/>
<id>urn:sha1:78190687bef92b7e5ef579daa8ea04b6eae330dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add context based highlighting for def, defn &amp; ns</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-06T12:19:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2403f3a8de5b8837de2911e044fe789e55aba817'/>
<id>urn:sha1:2403f3a8de5b8837de2911e044fe789e55aba817</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revamp the symbol highlighting</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-06T12:19:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1099809d706c2661440386330a13efbb66a8e927'/>
<id>urn:sha1:1099809d706c2661440386330a13efbb66a8e927</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move meta punctuation</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-06T12:18:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=54e4a59fa7a21df21d7784803ab050585c018908'/>
<id>urn:sha1:54e4a59fa7a21df21d7784803ab050585c018908</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-05T15:35:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e5ba6de3a3bd49d727636f5fea6321d8d2a7a6ac'/>
<id>urn:sha1:e5ba6de3a3bd49d727636f5fea6321d8d2a7a6ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some comments &amp; TODOs</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-05T00:36:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4390cbffd586fee90811a1214823922b9fd963c9'/>
<id>urn:sha1:4390cbffd586fee90811a1214823922b9fd963c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First pass at def-likes</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-05T00:36:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=336206e380f49df5933a9c4281550993aa088853'/>
<id>urn:sha1:336206e380f49df5933a9c4281550993aa088853</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Match % variables</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-05T00:06:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=91e0fc67190add6580142c6cf7b9f15b0eb41d0c'/>
<id>urn:sha1:91e0fc67190add6580142c6cf7b9f15b0eb41d0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more operators</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-05T00:06:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8219dbbdbeb4c3f8b98212a160296c68ca68f960'/>
<id>urn:sha1:8219dbbdbeb4c3f8b98212a160296c68ca68f960</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some TODOs</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-05T00:06:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a9863864a8a37c1438627a0ebe8fea46f7788518'/>
<id>urn:sha1:a9863864a8a37c1438627a0ebe8fea46f7788518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Highlight splicing operators</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-05T00:05:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e26009b7f45b5adf62762a367bde1f3d84ac5373'/>
<id>urn:sha1:e26009b7f45b5adf62762a367bde1f3d84ac5373</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All the other stuff, includes:</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-04T22:56:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2c67ca51a5f5f2a3b6c20d688692e5c702b1488a'/>
<id>urn:sha1:2c67ca51a5f5f2a3b6c20d688692e5c702b1488a</id>
<content type='text'>
- Changing huge 'match's to 'any-of's
- Roughly organising the queries into sections
- Add some TODOs for more improvements
- Comment out def-like and call queries as they overlap too much
- Change the captures to use better (imo) groups
- Make with-.* and when-.* always highlight like a builtin
</content>
</entry>
<entry>
<title>Reorganise slightly</title>
<updated>2021-07-19T16:24:01Z</updated>
<author>
<name>Oliver Marshall</name>
<email>olivershawmarshall@gmail.com</email>
</author>
<published>2021-06-04T22:54:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=58852565499412d338ce93665c2a6724486c4f57'/>
<id>urn:sha1:58852565499412d338ce93665c2a6724486c4f57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use #any-of? instead of #match? where posible</title>
<updated>2021-06-24T22:22:48Z</updated>
<author>
<name>Joakker</name>
<email>joaquinandresleon108@gmail.com</email>
</author>
<published>2021-06-24T18:45:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c699cc2e47fe302e9f414356cceb20a309be5bc6'/>
<id>urn:sha1:c699cc2e47fe302e9f414356cceb20a309be5bc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clojure: Add folds.scm</title>
<updated>2021-05-17T18:45:31Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-21T09:26:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=048317174c61eb56a01746265e5e5328ed4110a3'/>
<id>urn:sha1:048317174c61eb56a01746265e5e5328ed4110a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clojure/Lisp: Add char_lit to highlights</title>
<updated>2021-05-17T18:45:31Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-21T09:26:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=021196fd6c0934379ec138ced87682f5b4515924'/>
<id>urn:sha1:021196fd6c0934379ec138ced87682f5b4515924</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `@symbol` in clojure in commonlisp</title>
<updated>2021-05-17T18:45:31Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-19T22:06:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=007aa7ff21965d2e5bbd30983690f0c07d984673'/>
<id>urn:sha1:007aa7ff21965d2e5bbd30983690f0c07d984673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend CL highlights</title>
<updated>2021-05-17T18:45:31Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-05T12:37:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad'/>
<id>urn:sha1:64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for Common Lisp</title>
<updated>2021-05-17T18:45:31Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-04T07:45:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e197736061378b5ccc510241ebec0bb765d69fa7'/>
<id>urn:sha1:e197736061378b5ccc510241ebec0bb765d69fa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"</title>
<updated>2021-05-07T14:51:57Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-04-30T18:22:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=67f08570152792c6a4f0815e71a0093ad97f2725'/>
<id>urn:sha1:67f08570152792c6a4f0815e71a0093ad97f2725</id>
<content type='text'>
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
</content>
</entry>
<entry>
<title>Comment: use `@combined` to create just one tree per buffer (#1252)</title>
<updated>2021-04-28T12:19:07Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-04-28T12:19:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4a7a713c527f57c355bc817f16fc6d955b8cce9b'/>
<id>urn:sha1:4a7a713c527f57c355bc817f16fc6d955b8cce9b</id>
<content type='text'>
* Comment: use `@combined` to create just one tree per buffer

There is no need to create a tree per line/block for comments.
Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251

* Add injections for scss

* Fix jsonc

* Combine jsdoc</content>
</entry>
<entry>
<title>Add comment parser to highlight comment tags (#893)</title>
<updated>2021-03-12T16:21:46Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-03-12T16:21:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e4083fc8e11e6585f53d62eb71778cc2af464fad'/>
<id>urn:sha1:e4083fc8e11e6585f53d62eb71778cc2af464fad</id>
<content type='text'>
Closes #236</content>
</entry>
<entry>
<title>[clojure] add punctuation.bracket</title>
<updated>2020-11-10T17:01:12Z</updated>
<author>
<name>Chinmay Dalal</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-11-10T16:56:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=484e6aa68008977fe52190b0fdff43c0ffd4117f'/>
<id>urn:sha1:484e6aa68008977fe52190b0fdff43c0ffd4117f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add incremental selection support</title>
<updated>2020-11-04T09:23:20Z</updated>
<author>
<name>sogaiu</name>
<email>983021772@users.noreply.github.com</email>
</author>
<published>2020-10-30T13:02:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6e80f426bf9dc44c14b73d3589c6e19cbe9aa682'/>
<id>urn:sha1:6e80f426bf9dc44c14b73d3589c6e19cbe9aa682</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial clojure support</title>
<updated>2020-11-04T09:23:20Z</updated>
<author>
<name>sogaiu</name>
<email>983021772@users.noreply.github.com</email>
</author>
<published>2020-10-29T13:59:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0f80b7d390e8678dbcc837c26dad5d6d2eb3c327'/>
<id>urn:sha1:0f80b7d390e8678dbcc837c26dad5d6d2eb3c327</id>
<content type='text'>
</content>
</entry>
</feed>
