summaryrefslogtreecommitdiff
path: root/queries/go/highlights.scm
AgeCommit message (Expand)Author
2022-09-26feat(spell): support more languagesLewis Russell
2022-09-06feat(spell): upstream spell queries from spellsitterLewis Russell
2022-08-03Split func/method definition from calls in Go highlighting querieslfenzo
2022-07-10add go1.18 any typeViorel Craescu
2022-07-09remove type definitionViorel Craescu
2022-07-09add type def highlight, add field declaration highlight and remove constant h...Viorel Craescu
2022-07-09add method spec highlight and block folds (#3151)Viorel Craescu
2022-07-08Highlight named fields in struct literalsPieter van Loon
2022-01-28highlights(go): highlight `package_identifier` as `@namespace` (#2371)Stephan Seitz
2022-01-09highlights(go): highlights "~"Stephan Seitz
2021-07-06Use `@keyword.function` consistentlySergio Alejandro Vargas
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-07-01highlights(go): modernize highlights.scmStephan Seitz
2021-06-25Use #any-of? instead of #match? where posibleJoakker
2021-04-07highlights(go): Highlight const_declarationStephan Seitz
2021-03-19go: add builtin typesYuki Ito
2021-03-16go: add builtin functionsYuki Ito
2020-12-10go: Add package_identifier as variablerockerBOO
2020-09-11ci: fix wrong queriesThomas Vigouroux
2020-08-16fix(queries): use vim-match for non lua regexesSteven Sojka
2020-07-22fixes golang method highlights (overwritten by parameter in the ordering)winwisely268
2020-06-07Add highlights.scm for GoStephan Seitz