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
/
c-family.kak
Age
Commit message (
Expand
)
Author
2023-12-10
Improve c-family highlighting of preprocessor directives
Chris Webb
2023-10-25
Fix some corner cases in c-family indentation
Maxime Coste
2023-06-15
Fix c-family closing brace indent behaviour on some corner cases
Maxime Coste
2022-07-05
Move user mappings to <space> and keep/remove selection to ,
Maxime Coste
2022-07-05
Select pasted text on paste
Maxime Coste
2022-07-05
Make `x` just select the full lines
Maxime Coste
2022-05-05
c-family: highlight 0X style int literals
Cormac Stephenson
2022-02-10
c-family: fix whitespace trimming in comments
Cormac Stephenson
2021-04-30
c-family.kak: properly quote shell variable
Olivier Perret
2021-04-18
Merge branch 'better_headerguards' of http://github.com/fennewald/kakoune
Maxime Coste
2021-04-08
Fix invalid insertion of ; after } closing some functions
Maxime Coste
2021-03-31
Stripped directory prefix from c-family autogenerated header guards
Carson Riker
2021-03-31
Slight cleanup of the c-family highlighters
Maxime Coste
2020-11-05
c-family: allow specifying absolute alt directory paths
Olivier Perret
2020-07-30
Merge remote-tracking branch 'johnisom/deindent-closing-braces'
Maxime Coste
2020-07-29
Update deindentation in c-family.kak
John Isom
2020-07-28
c-family.kak: fix /**/ being interpreted as javadoc start
Johannes Altmanninger
2020-07-27
Update c-family 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 c-family.kak
John Isom
2020-02-16
Merge remote-tracking branch 'lenormf/documentation-face'
Maxime Coste
2020-02-03
rc: Make docstrings more readable
Frank LENORMAND
2020-01-29
rc: Highlight embedded documentation
Frank LENORMAND
2019-11-05
Fix c-family include highlighting
Maxime Coste
2019-10-22
src: Create a <semicolon> named key
Frank LENORMAND
2019-10-16
Replace ModeChange hooks by ModePush and ModePop
Maxime Coste
2019-10-08
[rc] Use 'fail' when the alternative file cannot be found
Olivier Perret
2019-07-25
Merge branch 'master' of http://github.com/cglogic/kakoune
Maxime Coste
2019-07-25
Fix c-family indent on opening curly brace after if-else
Oleh Hushchenkov
2019-07-24
Merge remote-tracking branch 'laelath/markdown-lazy-load'
Maxime Coste
2019-07-22
Move module aliases to after main module definition
Justin Frank
2019-07-22
Use module alias pattern for markdown dynamic loading
Justin Frank
2019-06-23
Make quoting opt-in by using $kak_quoted_...
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-04-01
Fix spurious error from c-family-indent-on-closing-curly-brace
Maxime Coste
2019-03-31
Fix autoindent issues with paren in literal
Grant Moyer
2019-03-28
Preserve tabs during autoindent and alignment with '(' for c-family languages
Grant Moyer
2019-03-21
Add categories in rc/
Alex Leferry 2