Description of the Issue
When "「" and "」" are used to open and close a delimiter in a user defined language, said delimiters are not highlighted in the text.
I assume it also applies to other unicode characters and fields other than delimiters.
Steps to Reproduce the Issue
- Create a user defined language
- Add a new delimiter, opened by "「" and closed by "」", styled in italic
- Paste "「Lorem ipsum」" into a sample document
Expected Behavior
The line "「Lorem ipsum」" is displayed in italic.
Actual Behavior
The line "「Lorem ipsum」" is displayed in default text style.
Additionally, UDL should probably be expanded to recognize unicode character codes the same way it currently works with newline.
Something like ((u0123)) or '\u0123.
Description of the Issue
When "「" and "」" are used to open and close a delimiter in a user defined language, said delimiters are not highlighted in the text.
I assume it also applies to other unicode characters and fields other than delimiters.
Steps to Reproduce the Issue
Expected Behavior
The line "「Lorem ipsum」" is displayed in italic.
Actual Behavior
The line "「Lorem ipsum」" is displayed in default text style.
Additionally, UDL should probably be expanded to recognize unicode character codes the same way it currently works with newline.
Something like ((u0123)) or '\u0123.