syntax:styles:words

Words

Word definition catches any word (continues group of symbols from Words node in Specification) which meet defined conditions.

:!: deprecated - use lead attribute instead
Word leaded by character sequence (case sensitive)

Reverse regular expression, which shall lead word (case sensitive).

:!: deprecated - use trail attribute instead
Word trailed by character sequence (case sensitive).

Regular expression, which shall trail word (case sensitive).

You can have more then one Word definition, in Words aggregation inside style. Word definitions are inheritable and working as OR condition. To have AND condition you can use lead_with and trail_with in same Word definition.