1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 01:08:33 +03:00
kakoune/test/indent/c-family
Maxime Coste 5696ed02e4 Fix invalid insertion of ; after } closing some functions
Function taking a parameter with a struct tag on the last line
before the opening { were wrongly treated as structs. Add some
additional regex logic to try to catch those cases.

Fixes #4136
2021-04-08 20:14:02 +10:00
..
align-while-expr Add categories in rc/ 2019-03-21 01:06:16 +01:00
close-function-with-struct-param Fix invalid insertion of ; after } closing some functions 2021-04-08 20:14:02 +10:00
close-namespace Add categories in rc/ 2019-03-21 01:06:16 +01:00
close-struct Add categories in rc/ 2019-03-21 01:06:16 +01:00
comment-line-continuation Add categories in rc/ 2019-03-21 01:06:16 +01:00
construct-align Add categories in rc/ 2019-03-21 01:06:16 +01:00
deindent-function-closing-brace Add c-family test cases for bad indentation edge case 2020-07-27 12:02:32 -06:00
deindent-generic-closing-brace Add c-family test cases for bad indentation edge case 2020-07-27 12:02:32 -06:00
deindent-if-body Add categories in rc/ 2019-03-21 01:06:16 +01:00
deindent-if-closing-brace Add c-family test cases for bad indentation edge case 2020-07-27 12:02:32 -06:00
indent-after-parenthesis Add categories in rc/ 2019-03-21 01:06:16 +01:00
indent-else-brace Add indent tests for brace after else indent 2019-07-25 17:27:08 +10:00
indent-if-body Add categories in rc/ 2019-03-21 01:06:16 +01:00
indent-if-brace Expand env vars as list of strings 2020-03-02 20:53:28 +11:00
move-brace Add categories in rc/ 2019-03-21 01:06:16 +01:00
multiline-nested-align Add categories in rc/ 2019-03-21 01:06:16 +01:00
nested-align Add categories in rc/ 2019-03-21 01:06:16 +01:00
open-function Add categories in rc/ 2019-03-21 01:06:16 +01:00
paren-in-literal Fix autoindent issues with paren in literal 2019-03-31 00:07:12 -04:00
preserve-tabs Preserve tabs during autoindent and alignment with '(' for c-family languages 2019-03-28 13:08:02 -04:00