Add support for Alpine Abuild (APKBUILD) (#2934)

APKBUILD is a file containing "recipes" on how something should be
built/compiled. It's used by APK, the Alpine Linux package manager.
This commit is contained in:
Jakub Jirutka
2016-05-06 22:55:33 +02:00
committed by Arfon Smith
parent 5466fcfd2f
commit 8eae4e56ef
2 changed files with 81 additions and 0 deletions

View File

@@ -147,6 +147,17 @@ Alloy:
- .als
ace_mode: text
Alpine Abuild:
type: programming
group: Shell
aliases:
- abuild
- apkbuild
filenames:
- APKBUILD
tm_scope: source.shell
ace_mode: sh
Ant Build System:
type: data
tm_scope: text.xml.ant