| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: add Bass | Amaan Qureshi | 2023-03-22 | 8 | -0/+174 | |
| | | ||||||
| * | fix(python): add object as `@type.builtin` | Anthony Shi | 2023-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: glimmer | GitHub | 2023-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | feat(html): injections in <script type> | Benny Powers | 2023-03-22 | 2 | -10/+33 | |
| | | | | | | | refactor(html): remove superfluous injection query fix(html): associate "module" type with "javascript" | |||||
| * | test: ecma injections | Benny Powers | 2023-03-22 | 2 | -9/+9 | |
| | | ||||||
| * | test: html injections | Benny Powers | 2023-03-22 | 1 | -5/+38 | |
| | | ||||||
| * | highlights(proto): make "include"/"package" `@include` | Stephan Seitz | 2023-03-21 | 1 | -2/+5 | |
| | | ||||||
| * | fix: revert for solidity | Zhizhen He | 2023-03-21 | 1 | -2/+2 | |
| | | ||||||
| * | docs: fix typo | Zhizhen He | 2023-03-21 | 5 | -9/+9 | |
| | | ||||||
| * | Update parsers: glimmer, sql | GitHub | 2023-03-21 | 1 | -2/+2 | |
| | | ||||||
| * | fix(parsers): alias sh to bash | ObserverOfTime | 2023-03-21 | 1 | -0/+1 | |
| | | ||||||
| * | comment(highlights): reduce user mention priority | ObserverOfTime | 2023-03-20 | 1 | -1/+2 | |
| | | ||||||
| * | feat: add Luadoc | Amaan Qureshi | 2023-03-20 | 5 | -0/+149 | |
| | | ||||||
| * | queries(lua): add more keywords related to variable/function builtins, ↵ | Amaan Qureshi | 2023-03-20 | 1 | -3/+9 | |
| | | | | | debug, and coroutines | |||||
| * | fix(lua): properly highlight labels | Amaan Qureshi | 2023-03-20 | 1 | -2/+7 | |
| | | ||||||
| * | injections(html): input regex patterns (#4521) | Benny Powers | 2023-03-19 | 1 | -2/+12 | |
| | | | | | | * injections(html): input regex patterns replaces regex part of #2577 | |||||
| * | fix: svg injection in ecma tagged literals | Benny Powers | 2023-03-19 | 1 | -5/+5 | |
| | | ||||||
| * | style: alternation in template literal query | Benny Powers | 2023-03-19 | 1 | -17/+18 | |
| | | ||||||
| * | fix(ecma): template literal injections | Benny Powers | 2023-03-19 | 1 | -0/+13 | |
| | | | | | | see https://github.com/nvim-treesitter/nvim-treesitter/commit/e3ebc8ec5d586162f3c408417621daa59ba8ea62#commitcomment-104824257 for explanation This also assigns the HTML parser for SVG tagged literals, since svg uses the HTML parser | |||||
| * | fix(cpp): nullptr should be `@constant.builtin` | Amaan Qureshi | 2023-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: qmljs, swift | GitHub | 2023-03-19 | 1 | -2/+2 | |
| | | ||||||
| * | Use pre-generated parser files for sql grammar | derekstride | 2023-03-16 | 2 | -2/+2 | |
| | | ||||||
| * | fix: check if repo location exists for local paths | Amaan Qureshi | 2023-03-16 | 1 | -0/+3 | |
| | | ||||||
| * | feat: add LLVM TableGen | Amaan Qureshi | 2023-03-16 | 8 | -0/+266 | |
| | | ||||||
| * | feat(python): add "return" patterns to @indent_end | Pham Huy Hoang | 2023-03-16 | 3 | -0/+29 | |
| | | | | | | | `return ...` is usually the last line of a function/statement, so mark some possible patterns of `return` with `@indent_end` to dedent the line after it | |||||
| * | fix(windows): treat any non-cmd shell as powershell like in selector | Adam Wolski | 2023-03-16 | 1 | -3/+3 | |
| | | ||||||
| * | fix(windows): fix invalid powershell separator during install | Adam Wolski | 2023-03-16 | 1 | -1/+5 | |
| | | ||||||
| * | Update parsers: bash, scala | GitHub | 2023-03-16 | 1 | -2/+2 | |
| | | ||||||
| * | fix(python): add missing @indent_end | Pham Huy Hoang | 2023-03-16 | 3 | -2/+95 | |
| | | ||||||
| * | fix: change folding algorithm to fix Python indents | George Harker | 2023-03-15 | 4 | -17/+85 | |
| | | ||||||
| * | Update parsers: elixir, haskell, php, sql | GitHub | 2023-03-15 | 1 | -4/+4 | |
| | | ||||||
| * | Update parsers: mlir, rasi | GitHub | 2023-03-14 | 1 | -2/+2 | |
| | | ||||||
| * | parsers: add tree-sitter-mlir parser | Ramkumar Ramachandra | 2023-03-14 | 5 | -0/+356 | |
| | | | | | | | The parser is currently in development, and 60-80% of MLIR files in the test suite of MLIR, within the Arith, Math, SCF, Tensor, and Linalg dialects parse successfully. | |||||
| * | Update parsers: scala | GitHub | 2023-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: php, scala, swift, thrift, tsx, typescript | GitHub | 2023-03-13 | 1 | -5/+5 | |
| | | ||||||
| * | feat(thrift): update queries based on upstream changes | Amaan Qureshi | 2023-03-13 | 5 | -113/+149 | |
| | | ||||||
| * | docs: consistent in README | August Damiani | 2023-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | fix(ecma): inject properly based on "call_expression" | Peter Lamby | 2023-03-12 | 1 | -3/+6 | |
| | | | | Also add a comment what the query does. | |||||
| * | Update parsers: racket, scheme | GitHub | 2023-03-12 | 1 | -2/+2 | |
| | | ||||||
| * | refactor!: remove setting the update strategy | Amaan Qureshi | 2023-03-11 | 2 | -9/+2 | |
| | | ||||||
| * | Update README | Github Actions | 2023-03-11 | 1 | -2/+2 | |
| | | ||||||
| * | docs: add missing fields from InstallInfo, update code docs related to ↵ | Amaan Qureshi | 2023-03-11 | 2 | -0/+19 | |
| | | | | | installation | |||||
| * | chore: clean up parsers.lua | Amaan Qureshi | 2023-03-11 | 1 | -129/+16 | |
| | | ||||||
| * | feat(lua): add more builtin variables per lua_ls | Amaan Qureshi | 2023-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(cmake): match digits and @ in unquoted arguments | Matthias Vogelgesang | 2023-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(typescript): `infer`, template literal type & punctuations | Ananda Umamil | 2023-03-11 | 1 | -0/+13 | |
| | | ||||||
| * | refactor(gitconfig): use lua-match instead of match | Amaan Qureshi | 2023-03-11 | 1 | -1/+4 | |
| | | ||||||
| * | Update parsers: prql, scheme, sql, yuck | GitHub | 2023-03-11 | 1 | -4/+4 | |
| | | ||||||
| * | feat: add Hare | Amaan Qureshi | 2023-03-11 | 8 | -0/+379 | |
| | | ||||||
| * | highlights(prql): change `loop` and `case` highlight | Matthias Queitsch | 2023-03-10 | 1 | -2/+4 | |
| | | ||||||
