aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_go.lua
AgeCommit message (Collapse)Author
2022-12-29Add highlighting for go.mod and go.sum files (#182)Merlin Volkmer
2022-06-12language_go: add syntax support for Go generic functionsBen Larisch
2022-06-06language_go: small fixes (#95)sammyette
this makes sure that struct literals are always highlighted, not only when they aren't empty highlights single return types in functions highlights the `i` suffix in a number, which signifies a complex number highlights the type in type coercion syntax highlights iota as keyword2
2022-06-05language_go: extended matching and other improvementsjgmdev
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-22Bumping versions.Adam Harrison
2022-02-26language_go: add goto as keywordTorchedSammy
2022-02-12language_go: add rune to string highlightTorchedSammy
2021-11-21Add names to language pluginsGuldoman
2021-08-17Updated mod-version and made things 2.0 instead of 2.00.Adam Harrison
2021-08-17Updated all lua plugins to be compatible with 2.0.Adam Harrison
2021-05-22Add new tag modversionFrancesco Abbate
2021-04-08Add version tag in all language pluginsFrancesco Abbate
2020-11-27Added missing fallthrough keyword in the go language plugin.drmargarido
2020-04-23Moved all plugins to `plugins` dirrxi