syntax:styles:keywords

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
syntax:styles:keywords [2014/02/09 01:50] – external edit 127.0.0.1syntax:styles:keywords [2018/01/10 20:43] (current) – external edit 127.0.0.1
Line 4: Line 4:
 Define this: Define this:
 <code xml> <code xml>
-<Keywords> +<Keywords lead="\s*$"
-   <Keyword text="aaa"/> +   <Keyword text="aaa" lead="\s*\($"/> 
-   <Keyword text="aad"/> +   <Keyword text="aad" trail="\s*\)"/> 
    ...    ...
 </Keywords>    </Keywords>   
Line 14: Line 14:
 ===== Attributes ===== ===== Attributes =====
 ==== text ==== ==== text ====
-Keyword text. Case sensitivity depends from appropriate setting in SPECIFICATION.+**Mandatory**. Keyword text. Case sensitivity depends from appropriate setting in SPECIFICATION.
 ==== lead_with ==== ==== lead_with ====
 :!: **deprecated** - use //lead// attribute instead \\ :!: **deprecated** - use //lead// attribute instead \\