Update bibop-recipe.sublime-completions

This commit is contained in:
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ 2023-02-08 02:05:19 +03:00 committed by GitHub
commit 75356811da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}" }
]
}