diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-22 17:48:44 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-05 18:54:55 +0100 |
| commit | 616dc885fc2257d418b9646620b4c4c193155b11 (patch) | |
| tree | e8445afa3fb499c7c667f81d172dbf5cede70910 /tests/indent/c/comment.c | |
| parent | indents(c): indent at expression_statement (diff) | |
| download | nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.gz nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.bz2 nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.lz nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.xz nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.zst nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.zip | |
indents(c): fix indentation on block comment
Diffstat (limited to 'tests/indent/c/comment.c')
| -rw-r--r-- | tests/indent/c/comment.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indent/c/comment.c b/tests/indent/c/comment.c index b32de8218..435b70661 100644 --- a/tests/indent/c/comment.c +++ b/tests/indent/c/comment.c @@ -6,3 +6,6 @@ void foo(int *x, int y) { *x = y; } + +/* + * |
