diff options
| -rw-r--r-- | lexers/pkgbuild.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lexers/pkgbuild.lua b/lexers/pkgbuild.lua index 847fd8b..e20e9b4 100644 --- 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', |
