| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | highlights(sxhkdrc): fix captures | ObserverOfTime | 2022-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(scss): fix captures | ObserverOfTime | 2022-11-26 | 1 | -3/+5 | |
| | | ||||||
| * | highlights(rasi): fix captures | ObserverOfTime | 2022-11-26 | 1 | -2/+2 | |
| | | ||||||
| * | injections(lalrpop): add rust & regex | ObserverOfTime | 2022-11-26 | 1 | -0/+9 | |
| | | ||||||
| * | highlights(lalrpop): fix captures | ObserverOfTime | 2022-11-26 | 1 | -28/+31 | |
| | | ||||||
| * | highlights(graphql): fix captures | ObserverOfTime | 2022-11-26 | 1 | -7/+8 | |
| | | ||||||
| * | highlights(gleam): use more specific groups | ObserverOfTime | 2022-11-26 | 3 | -17/+21 | |
| | | ||||||
| * | highlights(gdscript): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -2/+3 | |
| | | ||||||
| * | highlights(typescript): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -18/+24 | |
| | | ||||||
| * | highlights(ecma): fix captures | ObserverOfTime | 2022-11-26 | 1 | -2/+2 | |
| | | | | | Co-Authored-By: Stephan Seitz <stephan.seitz@fau.de> | |||||
| * | highlights(fortran): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -11/+20 | |
| | | ||||||
| * | highlights(elvish): fix captures | ObserverOfTime | 2022-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(elm): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -10/+18 | |
| | | ||||||
| * | highlights(elixir): fix captures | ObserverOfTime | 2022-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(dart): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -14/+24 | |
| | | ||||||
| * | highlights(d): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -19/+29 | |
| | | ||||||
| * | highlights(css): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -5/+6 | |
| | | ||||||
| * | highlights(c_sharp): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -15/+23 | |
| | | ||||||
| * | highlights(vala): fix captures | ObserverOfTime | 2022-11-26 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(hlsl): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(glsl): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(cuda): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -7/+3 | |
| | | ||||||
| * | highlights(cpp): use more specific groups | ObserverOfTime | 2022-11-26 | 2 | -11/+19 | |
| | | ||||||
| * | highlights(c): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -8/+9 | |
| | | | | | Co-Authored-By: Stephan Seitz <stephan.seitz@fau.de> | |||||
| * | highlights(comment): improve note tags | ObserverOfTime | 2022-11-26 | 1 | -9/+20 | |
| | | ||||||
| * | highlights(gitattributes): fix captures | ObserverOfTime | 2022-11-26 | 2 | -6/+6 | |
| | | ||||||
| * | highlights(ruby): fix captures | ObserverOfTime | 2022-11-26 | 1 | -4/+5 | |
| | | ||||||
| * | docs: fix contributing guidelines | ObserverOfTime | 2022-11-26 | 1 | -13/+2 | |
| | | ||||||
| * | handle `opts` as number, #3323 | Mamrezo Zare | 2022-11-25 | 1 | -3/+3 | |
| | | ||||||
| * | Expand locals to include properties and methods | William Mathewson | 2022-11-25 | 1 | -0/+30 | |
| | | | | | | | | The previous locals were lacking a few locals related to JS classes. This expands the locals to include properties defined on classes (e.g. `this.foo = "bar"` or `static #targets`) as both vars & references, as well as private methods on classes (e.g. `#bar(x) { x }` and `#bar(y)`). | |||||
| * | improve php variables and $this highlights | Nikita Sklyarov | 2022-11-25 | 1 | -3/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-25 | 1 | -0/+3 | |
| | | ||||||
| * | Update README | Github Actions | 2022-11-25 | 1 | -0/+1 | |
| | | ||||||
| * | Add ebnf parser | RubixDev | 2022-11-25 | 2 | -0/+54 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | feat(gitcommit): improve diff injection since last parser update | gbprod | 2022-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | feat(gitcommit): add spell checking | ObserverOfTime | 2022-11-25 | 1 | -6/+6 | |
| | | ||||||
| * | ci: fix check for valid capture | Stephan Seitz | 2022-11-25 | 1 | -1/+1 | |
| | | | | | Arguments to vim.startswith where swapped. Prefix has to go second. | |||||
| * | Narrow as @include query | Raymond Ha | 2022-11-25 | 1 | -1/+5 | |
| | | ||||||
| * | highlights(typescript): Fix as highlight | Raymond Ha | 2022-11-25 | 2 | -0/+10 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(ecma): distinguish between "default" in export and switch statements | Trard | 2022-11-24 | 1 | -1/+5 | |
| | | ||||||
| * | fix(installer): don't update that are not installed (exclude global parsers) | Folke Lemaitre | 2022-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(typescript): add satisfies keyword (#3852) | Raymond Ha | 2022-11-24 | 2 | -2/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-24 | 1 | -0/+3 | |
| | | ||||||
| * | feat: add gitcommit parser | gbprod | 2022-11-24 | 4 | -0/+45 | |
| | | ||||||
| * | fix(fish): "test" command capture name | taekwombo | 2022-11-24 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | fix(astro): make the script element use typescript instead of javascript | Vir Chaudhury | 2022-11-24 | 1 | -0/+3 | |
| | | ||||||
