index
:
nvim-treesitter
0.5-compat
ci/msvc
ci/slim
docs/contrib
feat/emmylua
feat/gnuplot
feat/scala
feat/stable
feat/warn
fix/lua
main
master
test/init
test/plenary
test/plentest
test/scandir
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
*
verilog highlight: add some keywords, tidy keywords (#2432)
Jade Lovelace
2022-02-02
1
-13
/
+39
*
Support HEEx slots
Clay
2022-01-31
5
-15
/
+33
*
highlights(d): highlight ":"
Stephan Seitz
2022-01-30
1
-0
/
+1
*
highlights(lua): don't highlight arguments as parameters
Stephan Seitz
2022-01-30
1
-2
/
+0
*
highlights(vala): add "=" and ":" to highlights
Stephan Seitz
2022-01-29
1
-0
/
+2
*
Add brackets to Vala highlights
Mateus B. Melchiades
2022-01-29
1
-0
/
+2
*
Update Vala highlights
Mateus B. Melchiades
2022-01-29
1
-24
/
+28
*
Simplify vala highlights.scm
Mateus B. Melchiades
2022-01-29
1
-176
/
+73
*
Vala language support
Mateus Melchiades
2022-01-29
1
-0
/
+387
*
indents(r): update @indent group
Pedro Castro
2022-01-29
1
-1
/
+3
*
indents(r): add indents support
Pedro Castro
2022-01-29
1
-0
/
+36
*
highlights(c/cpp): highlight case labels as constants
Stephan Seitz
2022-01-29
2
-0
/
+4
*
highlights(c): highlight enum variants as `@constant`
Stephan Seitz
2022-01-29
1
-0
/
+2
*
highlights(cpp): fix function highlighting of Foo::bar::baz()
Stephan Seitz
2022-01-29
1
-0
/
+10
*
supercollider: add support for const
Mads Kjeldgaard
2022-01-29
1
-1
/
+1
*
supercollider: update indent query to match upstream
Mads Kjeldgaard
2022-01-29
1
-2
/
+17
*
folds(c): fold raw `compound_statement`s
Stephan Seitz
2022-01-28
1
-1
/
+2
*
highlights(python): add support for pattern matching
Stephan Seitz
2022-01-28
2
-6
/
+3
*
highlights(go): highlight `package_identifier` as `@namespace` (#2371)
Stephan Seitz
2022-01-28
1
-1
/
+1
*
highlights(r): highlight string_escape, change parameter priority and update ...
Pedro Castro
2022-01-28
1
-4
/
+8
*
update TLA+ revision, add queries for PlusCal (#2344)
Vasiliy Morkovkin
2022-01-25
3
-64
/
+174
*
Add tree-sitter-eex parser for (L)EEx files (#2351)
Clay
2022-01-25
3
-0
/
+25
*
folds(c): fold at compound_statement
Cédric Barreteau
2022-01-24
1
-0
/
+1
*
indents(php): align with C indentation
Stephan Seitz
2022-01-24
1
-3
/
+2
*
feat(vim): highlight "higlight" variants
Thomas Vigouroux
2022-01-24
1
-0
/
+8
*
feat(vim): support syntax command
Thomas Vigouroux
2022-01-24
1
-1
/
+8
*
feat(indent): Implement basic indent for gdscript.
Ryan Roden-Corrent
2022-01-24
1
-0
/
+24
*
fix(phpdoc) Improve keyword query
Michael Härtl
2022-01-24
1
-6
/
+6
*
Upgrade to HEEx parser 0.3.0
Clay
2022-01-24
4
-22
/
+51
*
Add new Elixir language injections
Clay
2022-01-24
1
-6
/
+28
*
Fix highlights of module attributes and doc sigils
Clay
2022-01-24
1
-2
/
+10
*
highlights(r): change groups priority
Pedro Castro
2022-01-22
1
-16
/
+17
*
fix(indent): rust - support newline after closing brace
Munif Tanjim
2022-01-21
1
-0
/
+14
*
feat(indent): ecma - support common use-cases
Munif Tanjim
2022-01-21
1
-12
/
+28
*
fix(indent): c/cpp - support newline after closing brace
Munif Tanjim
2022-01-21
1
-0
/
+2
*
feat(indent): ecma - support try_catch and if_else
Munif Tanjim
2022-01-21
1
-0
/
+3
*
feat(indent): support `@aligned_indent` for python
Munif Tanjim
2022-01-21
1
-3
/
+14
*
feat: rewrite indent module
Munif Tanjim
2022-01-21
5
-19
/
+51
*
feat: improve indent module
Munif Tanjim
2022-01-21
1
-4
/
+7
*
parsers: add phpdoc parser (experimental)
Michael Härtl
2022-01-20
2
-1
/
+43
*
highlights(c): don't highlight type qualifiers in declarations as types
John Drouhard
2022-01-20
1
-2
/
+0
*
fix(php) match magic and single letter constants
Michael Härtl
2022-01-19
1
-1
/
+3
*
feat(lua)!: switch from our fork to MunifTanjim's (#2272)
Christian Clason
2022-01-18
5
-194
/
+177
*
highlights(swift): add more `@operator`s and `implicit` keyword
Stephan Seitz
2022-01-18
1
-1
/
+17
*
highlights(swift): highlight `"->"` as `@operator`
Stephan Seitz
2022-01-18
1
-1
/
+2
*
highlights(swift): highlight punctuation
Stephan Seitz
2022-01-18
1
-0
/
+3
*
feat(java)(highlights): add missing highlights for `@type`
captainko
2022-01-18
1
-0
/
+6
*
highlights(php): detect constructor calls on instantiation
Michael Härtl
2022-01-17
1
-5
/
+7
*
highlights(cpp): add support for "<=>", "constinit", "consteval"
Stephan Seitz
2022-01-17
1
-1
/
+6
*
highlights(hack): add keywords implements
Stephan Seitz
2022-01-17
1
-3
/
+11
[next]