| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Recommend nightly | Kid | 2022-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | Remove nightly Neovim requirement from README | Kid | 2022-01-16 | 1 | -4/+4 | |
| | | ||||||
| * | ci: print query loading times | Stephan Seitz | 2022-01-16 | 1 | -3/+20 | |
| | | ||||||
| * | Update .github/ISSUE_TEMPLATE/highlighting_issue.yml | Stephan Seitz | 2022-01-16 | 1 | -1/+1 | |
| | | | | Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||||
| * | Update .github/ISSUE_TEMPLATE/highlighting_issue.yml | Stephan Seitz | 2022-01-16 | 1 | -1/+1 | |
| | | | | Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||||
| * | Update .github/ISSUE_TEMPLATE/highlighting_issue.yml | Stephan Seitz | 2022-01-16 | 1 | -7/+5 | |
| | | | | Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||||
| * | Update .github/ISSUE_TEMPLATE/highlighting_issue.yml | Stephan Seitz | 2022-01-16 | 1 | -1/+1 | |
| | | | | Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||||
| * | docs: use markdown instead of checkboxes | Stephan Seitz | 2022-01-16 | 1 | -12/+9 | |
| | | ||||||
| * | docs: add issue template for highlighting issues | Stephan Seitz | 2022-01-16 | 1 | -0/+100 | |
| | | ||||||
| * | docs(readme): make custom parser example more explicit about options | Stephan Seitz | 2022-01-16 | 1 | -1/+5 | |
| | | ||||||
| * | Update README | Github Actions | 2022-01-16 | 1 | -0/+1 | |
| | | ||||||
| * | Update README | Github Actions | 2022-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | remove ftdetect. add filetype hocon to minimal_init.lua | antosha417 | 2022-01-16 | 2 | -1/+2 | |
| | | ||||||
| * | add ftdetect | antosha417 | 2022-01-16 | 1 | -0/+1 | |
| | | ||||||
| * | add highlights tests | antosha417 | 2022-01-16 | 1 | -0/+59 | |
| | | ||||||
| * | add hocon | antosha417 | 2022-01-16 | 3 | -0/+47 | |
| | | ||||||
| * | highlight(swift): add upstream queries | Christian Clason | 2022-01-16 | 2 | -0/+148 | |
| | | ||||||
| * | fix(swift): switch to maintained parser | Christian Clason | 2022-01-16 | 3 | -4/+5 | |
| | | | | | upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned. | |||||
| * | chore: only use *.glsl for GLSL | Stephan Seitz | 2022-01-16 | 1 | -1/+1 | |
| | | | | | Fix #2231 | |||||
| * | chore: remove all ftdetect with official support in Neovim/Vim | Stephan Seitz | 2022-01-16 | 7 | -37/+0 | |
| | | ||||||
| * | highlights/injections/indents(java): comment -> line_comment,block_comment | Stephan Seitz | 2022-01-16 | 3 | -3/+6 | |
| | | | | | Ref https://github.com/tree-sitter/tree-sitter-java/pull/93 | |||||
| * | Update lockfile.json | GitHub | 2022-01-16 | 1 | -3/+3 | |
| | | ||||||
| * | fix(php): change query for @constructor group | Infectos | 2022-01-16 | 1 | -2/+3 | |
| | | ||||||
| * | doc(README): mention CONTRIBUTING for captures | Christian Clason | 2022-01-16 | 1 | -1/+2 | |
| | | ||||||
| * | fix(util): pass offset_encoding to apply_text_edits | Christian Clason | 2022-01-15 | 1 | -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 highlights | Michael Härtl | 2022-01-15 | 1 | -7/+61 | |
| | | ||||||
| * | highlights(haskell): function with type signature | Ananda Umamil | 2022-01-13 | 1 | -0/+3 | |
| | | ||||||
| * | highlights(julia): add highlight for block comments | koalp | 2022-01-13 | 2 | -3/+9 | |
| | | ||||||
| * | Add a missing LaTeX hightlight. | Jendrik Stelzner | 2022-01-13 | 1 | -0/+1 | |
| | | | | | Add \eqref to the list of referencing commands. | |||||
| * | Update lockfile.json | GitHub | 2022-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(vue): improve vue highlights | Michael Chris Lopez | 2022-01-12 | 1 | -5/+8 | |
| | | | | | - remove template_name and element and make more specific targeting | |||||
| * | highlights(html_tags): more specific attribute_value target | Michael Chris Lopez | 2022-01-12 | 1 | -2/+2 | |
| | | ||||||
| * | Add LaTeX highlights: addpart, addchap, addsec. | Jendrik Stelzner | 2022-01-12 | 1 | -0/+8 | |
| | | | | | Add highlight for the LaTeX sectioning commands \addpart, \addchap, \addsec and their starred variants. | |||||
| * | Update lockfile.json | GitHub | 2022-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-12 | 1 | -13/+16 | |
| | | ||||||
| * | Add highlight for markdown delimiters | MDeiml | 2022-01-11 | 2 | -3/+7 | |
| | | ||||||
| * | Fix slow startup times for markdown grammar | MDeiml | 2022-01-10 | 1 | -2/+2 | |
| | | ||||||
| * | Force-ignore ignorecase option | Elwardi | 2022-01-10 | 1 | -3/+3 | |
| | | ||||||
| * | highlights(llvm): import highlight queries from upstream | Stephan Seitz | 2022-01-09 | 1 | -8/+150 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(go): highlights "~" | Stephan Seitz | 2022-01-09 | 1 | -0/+1 | |
| | | | | | | Follow upstream change https://github.com/tree-sitter/tree-sitter-go/commit/beb36fc9be211046d43a165eb8d885bcde6004a1 | |||||
| * | folds(bash): fold at `c_style_for_statement` | Stephan Seitz | 2022-01-09 | 1 | -0/+1 | |
| | | ||||||
| * | docs(kotlin): change Kotlin maintainer | Sal Bakraa | 2022-01-08 | 2 | -2/+2 | |
| | | ||||||
| * | fix(kotlin): use _import for type captures | Sal Bakraa | 2022-01-08 | 1 | -4/+4 | |
| | | ||||||
| * | fix(kotlin): use @attribute instead of @annotation | Sal Bakraa | 2022-01-08 | 1 | -6/+6 | |
| | | ||||||
| * | fix(kotlin): use correct node for when expression folds | Sal Bakraa | 2022-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix(kotlin): fix typo in locals query | Sal Bakraa | 2022-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | feat(kotlin): include a folds and a locals query | Sal Bakraa | 2022-01-08 | 2 | -0/+100 | |
| | | ||||||
| * | fix(kotlin): include regex in injections query | Sal Bakraa | 2022-01-08 | 1 | -0/+31 | |
| | | ||||||
| * | fix(kotlin): update highlights query to match new parser | Sal Bakraa | 2022-01-08 | 1 | -161/+375 | |
| | | ||||||
