aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Recommend nightlyKid2022-01-161-1/+1
|
* Remove nightly Neovim requirement from READMEKid2022-01-161-4/+4
|
* ci: print query loading timesStephan Seitz2022-01-161-3/+20
|
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-7/+5
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* docs: use markdown instead of checkboxesStephan Seitz2022-01-161-12/+9
|
* docs: add issue template for highlighting issuesStephan Seitz2022-01-161-0/+100
|
* docs(readme): make custom parser example more explicit about optionsStephan Seitz2022-01-161-1/+5
|
* Update READMEGithub Actions2022-01-161-0/+1
|
* Update READMEGithub Actions2022-01-161-1/+1
|
* remove ftdetect. add filetype hocon to minimal_init.luaantosha4172022-01-162-1/+2
|
* add ftdetectantosha4172022-01-161-0/+1
|
* add highlights testsantosha4172022-01-161-0/+59
|
* add hoconantosha4172022-01-163-0/+47
|
* highlight(swift): add upstream queriesChristian Clason2022-01-162-0/+148
|
* fix(swift): switch to maintained parserChristian Clason2022-01-163-4/+5
| | | | upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned.
* chore: only use *.glsl for GLSLStephan Seitz2022-01-161-1/+1
| | | | Fix #2231
* chore: remove all ftdetect with official support in Neovim/VimStephan Seitz2022-01-167-37/+0
|
* highlights/injections/indents(java): comment -> line_comment,block_commentStephan Seitz2022-01-163-3/+6
| | | | Ref https://github.com/tree-sitter/tree-sitter-java/pull/93
* Update lockfile.jsonGitHub2022-01-161-3/+3
|
* fix(php): change query for @constructor groupInfectos2022-01-161-2/+3
|
* doc(README): mention CONTRIBUTING for capturesChristian Clason2022-01-161-1/+2
|
* fix(util): pass offset_encoding to apply_text_editsChristian Clason2022-01-151-1/+1
| | | | | | | Offset encoding is a mandatory argument to `vim.lsp.util.apply_text_edits` since https://github.com/neovim/neovim/commit/bc722c8a74766e14aff3a8e2fc46db72ed864053 Since we are always within a Neovim context, we can just pass `"utf-8"`.
* highlights(php): fix and add missing highlightsMichael Härtl2022-01-151-7/+61
|
* highlights(haskell): function with type signatureAnanda Umamil2022-01-131-0/+3
|
* highlights(julia): add highlight for block commentskoalp2022-01-132-3/+9
|
* Add a missing LaTeX hightlight.Jendrik Stelzner2022-01-131-0/+1
| | | | Add \eqref to the list of referencing commands.
* Update lockfile.jsonGitHub2022-01-121-1/+1
|
* highlights(vue): improve vue highlightsMichael Chris Lopez2022-01-121-5/+8
| | | | - remove template_name and element and make more specific targeting
* highlights(html_tags): more specific attribute_value targetMichael Chris Lopez2022-01-121-2/+2
|
* Add LaTeX highlights: addpart, addchap, addsec.Jendrik Stelzner2022-01-121-0/+8
| | | | Add highlight for the LaTeX sectioning commands \addpart, \addchap, \addsec and their starred variants.
* Update lockfile.jsonGitHub2022-01-121-1/+1
|
* Update lockfile.jsonGitHub2022-01-121-13/+16
|
* Add highlight for markdown delimitersMDeiml2022-01-112-3/+7
|
* Fix slow startup times for markdown grammarMDeiml2022-01-101-2/+2
|
* Force-ignore ignorecase optionElwardi2022-01-101-3/+3
|
* highlights(llvm): import highlight queries from upstreamStephan Seitz2022-01-091-8/+150
|
* Update lockfile.jsonGitHub2022-01-091-1/+1
|
* highlights(go): highlights "~"Stephan Seitz2022-01-091-0/+1
| | | | | Follow upstream change https://github.com/tree-sitter/tree-sitter-go/commit/beb36fc9be211046d43a165eb8d885bcde6004a1
* folds(bash): fold at `c_style_for_statement`Stephan Seitz2022-01-091-0/+1
|
* docs(kotlin): change Kotlin maintainerSal Bakraa2022-01-082-2/+2
|
* fix(kotlin): use _import for type capturesSal Bakraa2022-01-081-4/+4
|
* fix(kotlin): use @attribute instead of @annotationSal Bakraa2022-01-081-6/+6
|
* fix(kotlin): use correct node for when expression foldsSal Bakraa2022-01-081-1/+1
|
* fix(kotlin): fix typo in locals querySal Bakraa2022-01-081-1/+1
|
* feat(kotlin): include a folds and a locals querySal Bakraa2022-01-082-0/+100
|
* fix(kotlin): include regex in injections querySal Bakraa2022-01-081-0/+31
|
* fix(kotlin): update highlights query to match new parserSal Bakraa2022-01-081-161/+375
|