index
:
kakoune.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
/
rc
/
filetype
/
go.kak
Age
Commit message (
Expand
)
Author
2025-04-15
improve inserting comments on new lines for go
Adrià Arrufat
2023-12-13
Avoid semantically significant comments in kak files
Chris Webb
2023-09-06
This is numerics, not identifiers
Caleb Heuer
2023-09-06
Support generics in function highlighting
Caleb Heuer
2023-09-06
Add spread operator
Caleb Heuer
2023-09-06
Improve Go highlighting
Caleb Heuer
2022-07-05
Make `x` just select the full lines
Maxime Coste
2022-06-26
Rename Go auto-insertion hooks to make it easier to disable them
Johannes Altmanninger
2022-06-05
Golang do not align to open ( or {
Tony Gong
2022-06-05
Do not indent Golang comments as code
Tony Gong
2022-06-05
Golang separate hook group for inserting ) and }
Tony Gong
2022-04-04
rc/filetype/go: uintptr type missing syntax highlighting
Ameer Ghani
2022-04-04
rc/filetype/go: add new go 1.18 predeclared identifiers
Ameer Ghani
2021-04-17
rc: use a separate *-insert hook to auto-insert comments
Johannes Altmanninger
2021-04-17
rc: when auto-inserting comments, include trailing spaces from previous line
Johannes Altmanninger
2020-09-20
Improve '}' auto inserting for go language.
Michał Kruszewski
2020-09-17
Merge remote-tracking branch 'deviant/add-go-alternative-file' into master
Maxime Coste
2020-09-10
Add :alt command for go files
V
2020-09-07
Provide better support for Go language.
Michał Kruszewski
2020-07-29
Update deindentation rule for awk.kak, cabal.kak, go.kak
John Isom
2020-07-27
Update go brace deindenting to handle bad indentation edge case
John Isom
2020-07-26
Update comment wording for deindentation
John Isom
2020-07-26
Fix indentation rule for go.kak
John Isom
2019-10-22
src: Create a <semicolon> named key
Frank LENORMAND
2019-10-16
Replace ModeChange hooks by ModePush and ModePop
Maxime Coste
2019-04-13
Changed '🦀' to '§' for complex module quoting
Justin Frank
2019-04-09
Fixed many of the filetype support modules to not use `BufSetOption` to load
Justin Frank
2019-04-08
Modified a bunch of language support files to use modules
Justin Frank
2019-03-21
Add categories in rc/
Alex Leferry 2