I am using UEStudio v19 to edit Windows registry files and use the following wordfile to highlight text.
This wordfile works great in most situations and properly highlights registry key headers such as: [HKEY_CURRENT_USER\Software\Testing]
The problem occurs when the header contains brackets of it's own. In this situation the highlighting ends at the first occurrence of closing bracket: [HKEY_CURRENT_USER\Software\Testing [Nested] Brackets]
Do I miss a setting in the wordfile that will fix this, or is this a limitation of the product?
Code: Select all
/L6"Reg Files" DisableMLS Nocase Line Comment = ; String Chars = "'% Escape Char = \ File Extensions = REG
/Delimiters = ! " %&'()*+,-./:;<=>?@[\]^{|}~
/Function String = "%^[^(*^)^]$"
/Marker Characters = "[]"
/C1"Header"
[]
/C2"Equal Sign"
,
-
=
The problem occurs when the header contains brackets of it's own. In this situation the highlighting ends at the first occurrence of closing bracket: [HKEY_CURRENT_USER\Software\Testing [Nested] Brackets]
Do I miss a setting in the wordfile that will fix this, or is this a limitation of the product?
-Eric S.