index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
test/init
update-parsers-tier-1
update-parsers-tier-2
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
queries
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix: shim 0.9 deprecations
Lewis Russell
2023-03-24
1
-1
/
+1
*
feat(vue): add tsx/jsx injection queries (#4550)
Lucario387
2023-03-24
1
-30
/
+30
*
feat(luadoc): add more annotations
Amaan Qureshi
2023-03-24
1
-5
/
+24
*
feat(typescript): add various missing function/method captures
Amaan Qureshi
2023-03-22
1
-0
/
+18
*
highlights(sql): add new keywords for views and defaults
Matthias Queitsch
2023-03-22
1
-0
/
+6
*
feat: add Bass
Amaan Qureshi
2023-03-22
5
-0
/
+162
*
fix(python): add object as `@type.builtin`
Anthony Shi
2023-03-22
1
-1
/
+1
*
feat(html): injections in <script type>
Benny Powers
2023-03-22
1
-10
/
+10
*
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
4
-5
/
+5
*
comment(highlights): reduce user mention priority
ObserverOfTime
2023-03-20
1
-1
/
+2
*
feat: add Luadoc
Amaan Qureshi
2023-03-20
2
-0
/
+137
*
queries(lua): add more keywords related to variable/function builtins, debug,...
Amaan Qureshi
2023-03-20
1
-3
/
+9
*
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
*
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
*
fix(cpp): nullptr should be `@constant.builtin`
Amaan Qureshi
2023-03-19
1
-1
/
+1
*
feat: add LLVM TableGen
Amaan Qureshi
2023-03-16
5
-0
/
+254
*
feat(python): add "return" patterns to @indent_end
Pham Huy Hoang
2023-03-16
1
-0
/
+9
*
fix(python): add missing @indent_end
Pham Huy Hoang
2023-03-16
1
-2
/
+16
*
fix: change folding algorithm to fix Python indents
George Harker
2023-03-15
1
-11
/
+27
*
parsers: add tree-sitter-mlir parser
Ramkumar Ramachandra
2023-03-14
2
-0
/
+342
*
feat(thrift): update queries based on upstream changes
Amaan Qureshi
2023-03-13
4
-112
/
+148
*
fix(ecma): inject properly based on "call_expression"
Peter Lamby
2023-03-12
1
-3
/
+6
*
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
*
feat: add Hare
Amaan Qureshi
2023-03-11
5
-0
/
+367
*
highlights(prql): change `loop` and `case` highlight
Matthias Queitsch
2023-03-10
1
-2
/
+4
*
feat(julia): add builtin functions & types
Amaan Qureshi
2023-03-10
1
-0
/
+41
*
feat(julia): mark begin & end in an index or range expression as `@variable.b...
Amaan Qureshi
2023-03-10
1
-0
/
+9
*
fix(julia): refactor some operators and punctuation
Amaan Qureshi
2023-03-10
1
-16
/
+21
*
highlights(prql): update to prql 0.6.0
Matthias Queitsch
2023-03-10
1
-1
/
+2
*
feat: add gitconfig
Amaan Qureshi
2023-03-10
2
-0
/
+46
*
fix(gleam): update highlights from upstream
Amaan Qureshi
2023-03-10
3
-44
/
+41
*
Partially Revert "fix(ecma): properly capture constants in const declarations"
Amaan Qureshi
2023-03-10
1
-5
/
+0
*
feat: improve yuck highlighting
Philipp Mildenberger
2023-03-09
1
-115
/
+56
*
highlights(sql): add new keywords and datatypes
Matthias Queitsch
2023-03-08
1
-0
/
+10
*
feat: add Squirrel
Amaan Qureshi
2023-03-07
5
-0
/
+468
*
feat: add Uxn Tal
Amaan Qureshi
2023-03-07
5
-0
/
+131
*
indents(vue): Update dedent logic for <template>
Pham Huy Hoang
2023-03-06
1
-1
/
+1
*
fix: Java indent for multiple line arguments (#4449)
Daniel Woznicki
2023-03-06
1
-1
/
+0
*
indents(vue): fix indents on new line after <template>
Pham Huy Hoang
2023-03-06
1
-0
/
+2
*
feat: add `@comment.documentation` where applicable
Amaan Qureshi
2023-03-05
32
-58
/
+256
*
feat: add `@string.documentation` where applicable
Amaan Qureshi
2023-03-05
4
-5
/
+32
*
injections(html): fix faulty css/js injections
Pham Huy Hoang
2023-03-05
1
-27
/
+7
[prev]
[next]