We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a5e76 commit e84c170Copy full SHA for e84c170
docs/using-gitbase/functions.md
@@ -8,6 +8,7 @@ To make some common tasks easier for the user, there are some functions to inter
8
|:-------------|:-------------------------------------------------------------------------------------------------------------------------------|
9
|`is_remote(reference_name)bool`| check if the given reference name is from a remote one |
10
|`is_tag(reference_name)bool`| check if the given reference name is a tag |
11
+|`is_vendor(file_path)bool`| check if the given file name is a vendored file |
12
|`language(path, [blob])text`| gets the language of a file given its path and the optional content of the file |
13
|`uast(blob, [lang, [xpath]]) blob`| returns a node array of UAST nodes in semantic mode |
14
|`uast_mode(mode, blob, lang) blob`| returns a node array of UAST nodes specifying its language and mode (semantic, annotated or native) |
0 commit comments