| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | JSX components with capital first letter highlighted as constructor rather ↵ | napmn | 2021-06-04 | 1 | -9/+9 | |
| | | | | | than type | |||||
| * | downcase! directive to use with ruby injections | derekstride | 2021-06-04 | 2 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | ``` (#downcase! "language") ``` downcase! will ensure the metadata value for the specified key will be downcased. If the value is a node, it will downcase the text specified by the node. ``` (#downcase! @node "key") ``` You can also namespace the key with a specific capture, similar to how you can call `(#set! @node "key" "value")` | |||||
| * | Fix 1359: nil check for version in health-check | Stephan Seitz | 2021-06-04 | 1 | -1/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-06-03 | 1 | -2/+2 | |
| | | ||||||
| * | fix: return when no `node` found during installation | Stephan Seitz | 2021-06-03 | 1 | -0/+1 | |
| | | | | | Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1324#issuecomment-853418596 | |||||
| * | Fix #1324: tree-sitter CLI requires node | Stephan Seitz | 2021-06-03 | 1 | -2/+2 | |
| | | ||||||
| * | Add regex injection for Elixir | David Bernheisel | 2021-06-01 | 1 | -0/+9 | |
| | | ||||||
| * | highlights(c_sharp): highlight namespaces | Stephan Seitz | 2021-06-01 | 1 | -4/+9 | |
| | | ||||||
| * | highlights(c_sharp): add heuristic for type highlight | Stephan Seitz | 2021-06-01 | 1 | -0/+4 | |
| | | ||||||
| * | highlights(c_sharp): highlight verbatim_string_literal | Stephan Seitz | 2021-06-01 | 1 | -0/+1 | |
| | | ||||||
| * | highlights(c#): highlight calls of methods | Stephan Seitz | 2021-06-01 | 1 | -2/+6 | |
| | | ||||||
| * | highlights(c_sharp): improve highlighting of interpolations | Stephan Seitz | 2021-06-01 | 1 | -6/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-06-01 | 1 | -2/+2 | |
| | | ||||||
| * | chore: show errors output during async installation | Stephan Seitz | 2021-06-01 | 1 | -1/+38 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-05-31 | 1 | -3/+3 | |
| | | ||||||
| * | Improve check-queries (#1253) | Santos Gallegos | 2021-05-31 | 5 | -15/+36 | |
| | | | | | | - Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries. | |||||
| * | Update lockfile.json | GitHub | 2021-05-28 | 1 | -4/+4 | |
| | | ||||||
| * | Elixir: Highlight `with` as conditional | Daniel Kempkens | 2021-05-27 | 1 | -1/+1 | |
| | | | | | | `with` is also considered a conditional in Elixir. Highlight it accordingly. | |||||
| * | [docgen] Update README.md | Github Actions | 2021-05-26 | 1 | -1/+1 | |
| | | | | | skip-checks: true | |||||
| * | feat: use the original scss parser | elianiva | 2021-05-26 | 1 | -1/+2 | |
| | | | | | ..and add myself as the maintainer | |||||
| * | highlights(rust): highlight fields with shorthand_field_initializer | Stephan Seitz | 2021-05-24 | 1 | -0/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-05-24 | 1 | -5/+5 | |
| | | ||||||
| * | Update lockfile.json | oponkork | 2021-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | feat(fortran): Support indentation | oponkork | 2021-05-23 | 1 | -0/+27 | |
| | | ||||||
| * | feat(fortran): Improve highlighting | oponkork | 2021-05-23 | 1 | -8/+40 | |
| | | ||||||
| * | HTML: remove `@combined` from injections | Santos Gallegos | 2021-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Rust: highlight constants | Santos Gallegos | 2021-05-22 | 1 | -1/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | indents(c/cpp): let C++ use the C indents and add class_specifier | Stephan Seitz | 2021-05-20 | 2 | -15/+7 | |
| | | | | | Fixes #1320 | |||||
| * | feat(dart): add late & required keywords | Akin Sowemimo | 2021-05-19 | 1 | -0/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-05-19 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | fix(php): highlights function call expression | elianiva | 2021-05-19 | 1 | -0/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-05-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix: uppercase variables being highlighted as type | Akin Sowemimo | 2021-05-18 | 1 | -8/+11 | |
| | | ||||||
| * | feat: replace match with any-of | Akin Sowemimo | 2021-05-18 | 1 | -1/+21 | |
| | | ||||||
| * | fix: remove duplicate type identifier queries | Akin Sowemimo | 2021-05-18 | 1 | -4/+0 | |
| | | ||||||
| * | feat(dart): add async/sync* to highlights | Akin Sowemimo | 2021-05-18 | 1 | -1/+4 | |
| | | ||||||
| * | parsers: generate_requires_npm for commonlisp | Stephan Seitz | 2021-05-18 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-05-18 | 1 | -1/+4 | |
| | | ||||||
| * | CI: Improved parser installation logic | Daniel Kempkens | 2021-05-18 | 2 | -6/+0 | |
| | | ||||||
| * | CI: Install tree-sitter | Daniel Kempkens | 2021-05-18 | 2 | -0/+4 | |
| | | ||||||
| * | Refactor highlights and locals queries | Daniel Kempkens | 2021-05-18 | 2 | -158/+142 | |
| | | ||||||
| * | Use #any-of? in locals | Daniel Kempkens | 2021-05-18 | 1 | -3/+3 | |
| | | ||||||
| * | Add requires_generate_from_grammar | Daniel Kempkens | 2021-05-18 | 1 | -0/+1 | |
| | | ||||||
| * | Revert README.md change | Daniel Kempkens | 2021-05-18 | 1 | -1/+0 | |
| | | ||||||
| * | Initial Elixir support | Daniel Kempkens | 2021-05-18 | 6 | -0/+323 | |
| | | ||||||
| * | highlights(c/c++): "..." also exists in C (variadic macros) | Stephan Seitz | 2021-05-18 | 2 | -1/+2 | |
| | | ||||||
| * | refactor: make html-like languages inherit from single query | elianiva | 2021-05-17 | 7 | -119/+61 | |
| | | ||||||
| * | fish: move `test` to `test_command` | Omar Zeghouani | 2021-05-17 | 1 | -1/+2 | |
| | | ||||||
