vis icon indicating copy to clipboard operation
vis copied to clipboard

Add filetype detection for SPEC file for RPM packages building.

Open mcepl opened this issue 2 years ago • 2 comments

Working on lexer for vis (which I will probably add to scintillua branch), but I would like to add filetype first.

mcepl avatar Jun 29 '22 11:06 mcepl

both at the same time I think, its not like you can accept the filetype first and then the lexer. the lexer must exist.

Nomarian avatar Jun 30 '22 02:06 Nomarian

both at the same time I think, its not like you can accept the filetype first and then the lexer. the lexer must exist.

No, it doesn’t. See in lua/plugins/filetype.lua for yourself. There are many filetypes for which we have no lexer.

mcepl avatar Jun 30 '22 08:06 mcepl

Applied in f3828efe9dcb51c29e33ff0ee7a3ffbbb8789918

ninewise avatar Aug 15 '22 15:08 ninewise