Compare commits

..

No commits in common. "eda9c78923f301161f33b9c4a82d0e016a0bac57" and "965e8f905e9f1db5ce0b5e74329acf523cad464a" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
matrix:
include:
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y fd-find
steps:

View File

@ -16,7 +16,6 @@ M.tbl_filetypes = {
'htmldjango',
'eruby',
'templ',
'blade',
}
-- stylua: ignore
@ -35,7 +34,6 @@ local HTML_TAG = {
'php',
'twig',
'xml',
'blade',
},
start_tag_pattern = { 'start_tag', 'STag' },
start_name_tag_pattern = { 'tag_name', 'Name' },