Update bibop-recipe.sublime-completions
This commit is contained in:
parent
452ab0c436
commit
75356811da
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@
|
|||
{ "trigger": "lib-soname\t— Checks if shared library file has soname field with given value", "contents": "lib-linked ${1:lib} ${2:glob}" },
|
||||
{ "trigger": "lib-exported\t— Checks if shared library exported a symbol", "contents": "lib-linked ${1:binary} ${2:glob}" },
|
||||
|
||||
{ "trigger": "python2-package\t— Checks if a given Python 2.x package could be loaded", "contents": "python-module ${1:name}" },
|
||||
{ "trigger": "python3-package\t— Checks if a given Python 3.x package could be loaded", "contents": "python3-module ${1:name}" }
|
||||
{ "trigger": "python2-package\t— Checks if a given Python 2.x package could be loaded", "contents": "python2-package ${1:name}" },
|
||||
{ "trigger": "python3-package\t— Checks if a given Python 3.x package could be loaded", "contents": "python3-package ${1:name}" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue