diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2020-02-15 08:55:11 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2020-02-15 08:55:11 +0000 |
| commit | 8373441047299fbe528dfda528fa01a4971e7d23 (patch) | |
| tree | 8a8da5c13adb2edaaa789b1da90038d924a67ced /tests/fixtures/foo.lua | |
| parent | cdf15c260bf90d5052ec02254c091b966dceb9d9 (diff) | |
| download | vim-prettier-8373441047299fbe528dfda528fa01a4971e7d23.tar.xz | |
Adding support for the prettier lua plugin
Diffstat (limited to 'tests/fixtures/foo.lua')
| -rw-r--r-- | tests/fixtures/foo.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fixtures/foo.lua b/tests/fixtures/foo.lua new file mode 100644 index 0000000..c93fc69 --- /dev/null +++ b/tests/fixtures/foo.lua @@ -0,0 +1,6 @@ + function deepcopy(orig) + local orig_type = type(orig) + local copy + + return copy +end |
