vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit c7db75a692b398523268f66ebae5b027434f8c91
parent c0fa55fce9f2c6e210389456ecb027c4400baa71
Author: Christian Hesse <mail@eworm.de>
Date:   Wed,  5 Oct 2016 11:43:59 +0200

lexers/pkgbuild: add a comment about pkgver, srcdir and startdir

Diffstat:
Mlexers/pkgbuild.lua | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lexers/pkgbuild.lua b/lexers/pkgbuild.lua @@ -53,6 +53,8 @@ local func = token(l.FUNCTION, word_match{ -- Constants. local constant = token(l.CONSTANT, word_match{ + -- We do *not* list pkgver, srcdir and startdir here. + -- These are defined by makepkg but user should not alter them. 'arch', 'backup', 'changelog',