-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'project_ignore_absent_packages'
- Loading branch information
Showing
6 changed files
with
126 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
syn match qfBobPackageName " >> \S*$" | ||
syn match qfBobAttic " ATTIC.*$" | ||
syn match qfBobBuild " BUILD.*$" | ||
syn match qfBobCheckout " CHECKOUT.*$" | ||
syn match qfBobDownload " DOWNLOAD.*$" | ||
syn match qfBobPackage " PACKAGE.*$" | ||
syn match qfBobPrune " PRUNE.*$" | ||
syn match qfBobResult " Build result is in .*$" | ||
syn match qfBobUpload " UPLOAD.*$" | ||
|
||
hi def link qfBobPackageName Title | ||
|
||
hi def link qfBobBuild vimCommand | ||
hi def link qfBobCheckout vimCommand | ||
hi def link qfBobDownload vimCommand | ||
hi def link qfBobPackage vimCommand | ||
hi def link qfBobUpload vimCommand | ||
|
||
hi def link qfBobAttic ErrorMsg | ||
hi def link qfBobPrune ErrorMsg | ||
|
||
hi def link qfBobResult Statement |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
root: true | ||
depends: | ||
- lib_empty | ||
|
||
checkoutScript: | | ||
touch app_c.source | ||
buildScript: | | ||
touch app_c.bin |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters