mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
test(indent): rust - add test for indented comment
This commit is contained in:
parent
c2e3938510
commit
fb7b6a266e
2 changed files with 7 additions and 0 deletions
|
|
@ -5,3 +5,9 @@
|
|||
fn foo(x: i32, y: i32) -> i32 {
|
||||
x + y
|
||||
}
|
||||
|
||||
impl A {
|
||||
/// Do some stuff!! (put cursor here and press enter)
|
||||
fn a();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue