index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
go
Age
Commit message (
Expand
)
Author
2022-09-26
feat(spell): support more languages
Lewis Russell
2022-09-06
feat(spell): upstream spell queries from spellsitter
Lewis Russell
2022-08-15
indents(go): no indent at all composite_literal, indent at struct_type
Stephan Seitz
2022-08-06
injections(go): avoid running queries on all comments
Stephan Seitz
2022-08-05
go folds.scm composit_literal
ray-x
2022-08-05
indents(go): improve `@branch` rules
Stephan Seitz
2022-08-03
Split func/method definition from calls in Go highlighting queries
lfenzo
2022-07-10
add go1.18 any type
Viorel Craescu
2022-07-09
remove type definition
Viorel Craescu
2022-07-09
add type def highlight, add field declaration highlight and remove constant h...
Viorel Craescu
2022-07-09
add method spec highlight and block folds (#3151)
Viorel Craescu
2022-07-08
fix(go): indent const declaration
kiyan
2022-07-08
Highlight named fields in struct literals
Pieter van Loon
2022-04-18
fix(go): reduce indent after },)
Akin Sowemimo
2022-04-11
Add c injection for cgo comments
kraftwerk28
2022-02-05
indents(go): perform some changes as go fmt dictates
Stephan Seitz
2022-02-05
indents(go): fix aligned_indent for parameter_list
Stephan Seitz
2022-02-05
indents(go): remove `function_declaration` from indents
Stephan Seitz
2022-01-28
highlights(go): highlight `package_identifier` as `@namespace` (#2371)
Stephan Seitz
2022-01-09
highlights(go): highlights "~"
Stephan Seitz
2021-07-06
Use `@keyword.function` consistently
Sergio Alejandro Vargas
2021-07-04
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-07-01
highlights(go): modernize highlights.scm
Stephan Seitz
2021-06-25
Use #any-of? instead of #match? where posible
Joakker
2021-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-04-13
locals(Go): add namespace definition for import_spec_list
Stephan Seitz
2021-04-07
highlights(go): Highlight const_declaration
Stephan Seitz
2021-03-19
go: add builtin types
Yuki Ito
2021-03-16
go: add builtin functions
Yuki Ito
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2021-03-01
feat: use @ignore for comments and multiline strings
elianiva
2021-01-20
fix: dedent golang case keyword
elianiva
2021-01-15
feat: add missing golang indent queries
elianiva
2021-01-14
feat: added more indent queries
elianiva
2020-12-10
go: Add package_identifier as variable
rockerBOO
2020-10-31
Add folds for Go
Claudia Hardman
2020-10-04
Remove textobjects module
Stephan Seitz
2020-09-17
Remove @definition.doc captures
Santos Gallegos
2020-09-11
ci: fix wrong queries
Thomas Vigouroux
2020-09-07
go locals: remove unused strip! directive
Stephan Seitz
2020-08-16
fix(queries): use vim-match for non lua regexes
Steven Sojka
2020-07-26
Go locals: Make func_literal (lambda) a @scope
Stephan Seitz
2020-07-26
Go locals: use reference.kind for calls
Stephan Seitz
2020-07-24
Go locals: range_clause can define variables
Stephan Seitz
2020-07-22
fixes golang method highlights (overwritten by parameter in the ordering)
winwisely268
2020-07-17
go loop and func literal, rust textobject support
winwisely268
2020-07-16
added textobject support for golang
winwisely268
2020-06-07
Add call references for Go
Stephan Seitz
[next]