aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/jsx_spec.lua
diff options
context:
space:
mode:
authorPham Huy Hoang <hoangtun0810@gmail.com>2023-08-11 22:38:31 +0900
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:40 +0200
commit673fdccd212098818a64ab47a62b89993ccc77cf (patch)
tree425c926e33edbee7410b9b214ff7749335a9500b /tests/indent/jsx_spec.lua
parentfix: cleanup diagnostics (diff)
downloadnvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar
nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.gz
nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.bz2
nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.lz
nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.xz
nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.zst
nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.zip
tests: remove set ft
Diffstat (limited to 'tests/indent/jsx_spec.lua')
-rw-r--r--tests/indent/jsx_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/indent/jsx_spec.lua b/tests/indent/jsx_spec.lua
index 7a32dbcc4..8dcecfe5b 100644
--- a/tests/indent/jsx_spec.lua
+++ b/tests/indent/jsx_spec.lua
@@ -3,7 +3,6 @@ local runner = Runner:new(it, 'tests/indent/jsx', {
tabstop = 2,
shiftwidth = 2,
expandtab = true,
- filetype = 'jsx',
})
describe('indent JSX Elements:', function()