aboutsummaryrefslogtreecommitdiffstats
path: root/queries/clojure
Commit message (Collapse)AuthorAgeFilesLines
* highlights(clojure): use `@function.call`Stephan Seitz2022-09-111-2/+2
|
* highlights(clojure): out-comment TODO queryStephan Seitz2022-09-111-16/+16
|
* Change to using an explicit list of "def-likes" for clojure (#3202)Oliver Marshall2022-07-201-2/+8
|
* Prefer lua-match over matchLewis Russell2021-11-231-3/+3
| | | | as string.find is much quicker than vim.regex:match*
* chore: fix typosDundar Göc2021-11-021-2/+2
|
* highlights(clojure): fix highlighting of #_Stephan Seitz2021-07-251-1/+4
| | | | Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
* Don't capture quotes as commentsOliver Marshall2021-07-191-1/+1
|
* Remove last @aOliver Marshall2021-07-191-2/+2
|
* Remove docstring highlightsOliver Marshall2021-07-191-2/+4
|
* Use ignored capture groupsOliver Marshall2021-07-191-4/+4
|
* Improve some commentsOliver Marshall2021-07-191-2/+2
|
* Improve highlights for typesOliver Marshall2021-07-191-1/+3
|
* Remove constant highlightingOliver Marshall2021-07-191-7/+0
|
* Add forgotten annon function highlightOliver Marshall2021-07-191-0/+3
|
* Add header commentOliver Marshall2021-07-191-3/+13
|
* Add some todosOliver Marshall2021-07-191-0/+3
|
* Add context based highlighting for def, defn & nsOliver Marshall2021-07-191-0/+54
|
* Revamp the symbol highlightingOliver Marshall2021-07-191-77/+100
|
* Move meta punctuationOliver Marshall2021-07-191-1/+8
|
* SimplifyOliver Marshall2021-07-191-36/+13
|
* Add some comments & TODOsOliver Marshall2021-07-191-8/+10
|
* First pass at def-likesOliver Marshall2021-07-191-9/+17
|
* Match % variablesOliver Marshall2021-07-191-0/+3
|
* Add more operatorsOliver Marshall2021-07-191-2/+2
|
* Add some TODOsOliver Marshall2021-07-191-2/+5
|
* Highlight splicing operatorsOliver Marshall2021-07-191-0/+4
|
* All the other stuff, includes:Oliver Marshall2021-07-191-31/+176
| | | | | | | | | - 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
* Reorganise slightlyOliver Marshall2021-07-191-5/+20
|
* Use #any-of? instead of #match? where posibleJoakker2021-06-251-1/+5
|
* Clojure: Add folds.scmStephan Seitz2021-05-171-0/+1
|
* Clojure/Lisp: Add char_lit to highlightsStephan Seitz2021-05-171-0/+2
|
* Use `@symbol` in clojure in commonlispStephan Seitz2021-05-171-1/+1
|
* Extend CL highlightsStephan Seitz2021-05-171-2/+2
|
* Add support for Common LispStephan Seitz2021-05-171-7/+7
|
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
| | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-1/+1
| | | | | | | | | | | | * 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
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+1
| | | Closes #236
* [clojure] add punctuation.bracketChinmay Dalal2020-11-101-0/+2
|
* Add incremental selection supportsogaiu2020-11-041-0/+1
|
* Add initial clojure supportsogaiu2020-11-041-0/+73