Preferences‎ > ‎

status_tag_syntax

Description

This determines the syntax for how to insert Tags into your STATUS messages.

It's a regular expression for the entire tag.  The default is:
/@(\S+)/
Which means the tag starts with @ and goes until the first space.

As an alternative, if you'd like start and end tags with @, you can set this to:
/@([^@]*)@/

Note

This does not apply to when you use the TAG syntax in FLISTS.
Comments