mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
tests(angular): don' reset filetype
`htmlangular` filetype support is now included in Nvim, so don't set the filetype.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user