| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotln | Sal Bakraa | 2022-01-08 | 3 | -5/+6 |
| | | |||||
| * | Add highlight for quote marker | MDeiml | 2022-01-08 | 2 | -1/+3 |
| | | |||||
| * | Fix get_node_text | MDeiml | 2022-01-08 | 1 | -1/+4 |
| | | |||||
| * | Better ftdetect for OpenFOAM | Elwardi | 2022-01-08 | 1 | -5/+18 |
| | | |||||
| * | fix(foam): Foam switched to C scanner | Elwardi | 2022-01-08 | 2 | -3/+2 |
| | | |||||
| * | Fix stylua linting | Elwardi | 2022-01-08 | 1 | -2/+2 |
| | | |||||
| * | Fix bug with ftdetect foam | Mohammed Elwardi Fadeli | 2022-01-08 | 1 | -1/+1 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-01-08 | 1 | -0/+3 |
| | | |||||
| * | Update README | Github Actions | 2022-01-08 | 1 | -1/+1 |
| | | |||||
| * | Better punctuation queries for foam | Elwardi | 2022-01-08 | 1 | -2/+5 |
| | | |||||
| * | Change OpenFOAM file detection auto-cmds | Elwardi | 2022-01-08 | 1 | -1/+1 |
| | | |||||
| * | Remove OpenFOAM textobjects | Elwardi | 2022-01-08 | 1 | -8/+0 |
| | | |||||
| * | Highlight builtins as @constant.builtin in OpenFOAM queries | Elwardi | 2022-01-08 | 1 | -2/+2 |
| | | |||||
| * | Add OpenFOAM parser | Elwardi | 2022-01-08 | 9 | -0/+131 |
| | | |||||
| * | Improve Haskell highlighting | Ananda Umamil | 2022-01-08 | 1 | -9/+14 |
| | | |||||
| * | Add ninja parser (#2217) | Alexandre A. Muller | 2022-01-08 | 5 | -0/+115 |
| | | | | | | | | * Add ninja parser * Add branch main * No need for ftdetect | ||||
| * | highlights(make): add all special targets | Lewis Russell | 2022-01-07 | 1 | -0/+15 |
| | | |||||
| * | chore(markdown): highlights test | numToStr | 2022-01-07 | 1 | -0/+41 |
| | | |||||
| * | highlights(markdown): `image_description` as reference | numToStr | 2022-01-07 | 1 | -4/+5 |
| | | |||||
| * | highlights(markdown): image `!` as delimeter | numToStr | 2022-01-07 | 1 | -0/+3 |
| | | |||||
| * | highlights(markdown): `link_title` as string literal | numToStr | 2022-01-07 | 1 | -1/+4 |
| | | |||||
| * | highlights(markdown): image `(` `)` `[` `]` as delemiter | numToStr | 2022-01-07 | 1 | -1/+5 |
| | | |||||
| * | fix(locals): fix local selectors query | Fymyte | 2022-01-06 | 1 | -1/+1 |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | ||||
| * | add(indent): add ignore indent for comments | Fymyte | 2022-01-06 | 1 | -0/+2 |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | ||||
| * | fix(indent): fix indent queries | Fymyte | 2022-01-06 | 1 | -1/+3 |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | ||||
| * | add(query): fold, indent and locals queries for rasi | Fymyte | 2022-01-06 | 3 | -0/+11 |
| | | | | | Signed-off-by: Fymyte <pierguill@gmail.com> | ||||
| * | improve markdown highlighting | Alvaro Muñoz Sanchez | 2022-01-06 | 2 | -5/+15 |
| | | |||||
| * | Be more accurate about code block language | MDeiml | 2022-01-05 | 1 | -1/+2 |
| | | |||||
| * | fix(haskell): Haskell switched to C scanner | Stephan Seitz | 2022-01-05 | 2 | -5/+1 |
| | | |||||
| * | Update lockfile.json | GitHub | 2022-01-05 | 1 | -11/+14 |
| | | |||||
| * | highlights(Pascal): Fix highlighting of types | Philip Zander | 2022-01-05 | 2 | -4/+52 |
| | | | | | | A recent change broke highlighting for namespaces & generic types like `foo.bar` and `foo<t>`. | ||||
| * | fix: Remove pi_statement from highlight to sync up with upstream change | Mads Kjeldgaard | 2022-01-05 | 1 | -6/+4 |
| | | |||||
| * | Update README | Github Actions | 2022-01-05 | 1 | -0/+1 |
| | | |||||
