It seems it's OK to write this:
pat1: \
package(x), \
package(y)
… but not this:
pat1 or \
pat2: package(x), package(y)
Is the syntax of the _tags file documented somewhere? The manual just says that each line should have a glob pattern and tags.
Thanks!
It seems it's OK to write this:
… but not this:
Is the syntax of the
_tagsfile documented somewhere? The manual just says that each line should have a glob pattern and tags.Thanks!