I’m working in a syntax definition and I want to include a word with an accent (´)
, how can enable unicode characters in the regex?
The expression is easy:
<dict>
<key>match</key>
<string>[A-Z]+\s</string>
<key>name</key>
<string>storage.type</string>
</dict>