gentoo-syntax
gentoo-syntax copied to clipboard
[MIRROR] Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings for Vim
Helpful to detect metadata errors early.
Can these ftplugin/syntax be added to vim runtime? Refer https://github.com/vim/vim/pull/14380 It is not hard. TIA!
Added some missing keywords, dolib* and newlib* switched to regex match to properly highlight them, added a testbench file for testing syntax highlighting. Signed-off-by: Oskari Pirhonen
please add syntax highlighting for `strip-linguas` in the list of valid `inherit`s
it is a common mistake to write =foo/bar ~amd86 or foo/bar-1.0 ~amd86 in package.keywords vim syntax highlighting can mark this with the Error color, if a match is defined. I...