summaryrefslogtreecommitdiff
path: root/queries/clojure
AgeCommit message (Collapse)Author
2022-09-11highlights(clojure): use `@function.call`Stephan Seitz
2022-09-11highlights(clojure): out-comment TODO queryStephan Seitz
2022-07-20Change to using an explicit list of "def-likes" for clojure (#3202)Oliver Marshall
2021-11-23Prefer lua-match over matchLewis Russell
as string.find is much quicker than vim.regex:match*
2021-11-02chore: fix typosDundar Göc
2021-07-25highlights(clojure): fix highlighting of #_Stephan Seitz
Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
2021-07-19Don't capture quotes as commentsOliver Marshall
2021-07-19Remove last @aOliver Marshall
2021-07-19Remove docstring highlightsOliver Marshall
2021-07-19Use ignored capture groupsOliver Marshall
2021-07-19Improve some commentsOliver Marshall
2021-07-19Improve highlights for typesOliver Marshall
2021-07-19Remove constant highlightingOliver Marshall
2021-07-19Add forgotten annon function highlightOliver Marshall
2021-07-19Add header commentOliver Marshall
2021-07-19Add some todosOliver Marshall
2021-07-19Add context based highlighting for def, defn & nsOliver Marshall
2021-07-19Revamp the symbol highlightingOliver Marshall
2021-07-19Move meta punctuationOliver Marshall
2021-07-19SimplifyOliver Marshall
2021-07-19Add some comments & TODOsOliver Marshall
2021-07-19First pass at def-likesOliver Marshall
2021-07-19Match % variablesOliver Marshall
2021-07-19Add more operatorsOliver Marshall
2021-07-19Add some TODOsOliver Marshall
2021-07-19Highlight splicing operatorsOliver Marshall
2021-07-19All the other stuff, includes:Oliver Marshall
- 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
2021-07-19Reorganise slightlyOliver Marshall
2021-06-25Use #any-of? instead of #match? where posibleJoakker
2021-05-17Clojure: Add folds.scmStephan Seitz
2021-05-17Clojure/Lisp: Add char_lit to highlightsStephan Seitz
2021-05-17Use `@symbol` in clojure in commonlispStephan Seitz
2021-05-17Extend CL highlightsStephan Seitz
2021-05-17Add support for Common LispStephan Seitz
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
* 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
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2020-11-10[clojure] add punctuation.bracketChinmay Dalal
2020-11-04Add incremental selection supportsogaiu
2020-11-04Add initial clojure supportsogaiu