diff options
| author | Jędrzej Boczar <yendreij@gmail.com> | 2021-04-18 22:38:25 +0200 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-04-23 21:21:38 +0200 |
| commit | 1d7e5144ab0feb24629624d593b817a51b5aab8d (patch) | |
| tree | d4eea1129213572e1c9fcc0c75849a46058da193 /lua/tests/indent/rust/struct.rs | |
| parent | tests/indent: add `normal o` tests for Python (diff) | |
| download | nvim-treesitter-1d7e5144ab0feb24629624d593b817a51b5aab8d.tar nvim-treesitter-1d7e5144ab0feb24629624d593b817a51b5aab8d.tar.gz nvim-treesitter-1d7e5144ab0feb24629624d593b817a51b5aab8d.tar.bz2 nvim-treesitter-1d7e5144ab0feb24629624d593b817a51b5aab8d.tar.lz nvim-treesitter-1d7e5144ab0feb24629624d593b817a51b5aab8d.tar.xz nvim-treesitter-1d7e5144ab0feb24629624d593b817a51b5aab8d.tar.zst nvim-treesitter-1d7e5144ab0feb24629624d593b817a51b5aab8d.zip | |
tests/indent: improve Rust tests
Diffstat (limited to 'lua/tests/indent/rust/struct.rs')
| -rw-r--r-- | lua/tests/indent/rust/struct.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/tests/indent/rust/struct.rs b/lua/tests/indent/rust/struct.rs new file mode 100644 index 000000000..f3828977f --- /dev/null +++ b/lua/tests/indent/rust/struct.rs @@ -0,0 +1,4 @@ +struct Foo { + x: u32, + y: u32, +} |
