aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/angular_spec.lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-05-01 19:47:10 +0200
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:40 +0200
commitafaf01ebd32df7320f58af2cd9ae1ce7021cd083 (patch)
tree58d2f5e47d11764985372f524ddb623be18b4ed3 /tests/indent/angular_spec.lua
parenttests(gleam): fix assert tests that no longer parse correctly (diff)
downloadnvim-treesitter-afaf01ebd32df7320f58af2cd9ae1ce7021cd083.tar
nvim-treesitter-afaf01ebd32df7320f58af2cd9ae1ce7021cd083.tar.gz
nvim-treesitter-afaf01ebd32df7320f58af2cd9ae1ce7021cd083.tar.bz2
nvim-treesitter-afaf01ebd32df7320f58af2cd9ae1ce7021cd083.tar.lz
nvim-treesitter-afaf01ebd32df7320f58af2cd9ae1ce7021cd083.tar.xz
nvim-treesitter-afaf01ebd32df7320f58af2cd9ae1ce7021cd083.tar.zst
nvim-treesitter-afaf01ebd32df7320f58af2cd9ae1ce7021cd083.zip
tests(angular): don' reset filetype
`htmlangular` filetype support is now included in Nvim, so don't set the filetype.
Diffstat (limited to 'tests/indent/angular_spec.lua')
-rw-r--r--tests/indent/angular_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/indent/angular_spec.lua b/tests/indent/angular_spec.lua
index 3ead248b7..03ba153af 100644
--- a/tests/indent/angular_spec.lua
+++ b/tests/indent/angular_spec.lua
@@ -3,7 +3,6 @@ local runner = Runner:new(it, 'tests/indent/angular', {
tabstop = 2,
shiftwidth = 2,
expandtab = true,
- filetype = 'htmlangular',
})
describe('indent HTML Angular:', function()