mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04: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:
parent
75ee7ff2f0
commit
afaf01ebd3
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ local runner = Runner:new(it, 'tests/indent/angular', {
|
||||||
tabstop = 2,
|
tabstop = 2,
|
||||||
shiftwidth = 2,
|
shiftwidth = 2,
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
filetype = 'htmlangular',
|
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('indent HTML Angular:', function()
|
describe('indent HTML Angular:', function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue