sheerun / vim-polyglot

A solid language pack for Vim.
5.57k stars 298 forks source link

Add support for `.prettierignore` files #811

Open tmillr opened 2 years ago

tmillr commented 2 years ago

I don't think I'm getting ft detection for these ignore files. The syntax is identical to .gitignore.

What is the name of this language in Linguist?

see here

Link to GitHub repository of Vim plugin

Is this plugin well maintained?

Is this plugin lightweight? (no advanced functionality, just indent and syntax support)

It would/should be, if one exists or is created.

tmillr commented 2 years ago

.prettierignore has empty &syntax and &filetype, .gitignore has &filetype=conf and &syntax=conf