You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converting an *.tmlangauage file which contains cyrillic text in UTF-8 to YAML results in this text being converted to unicode-escaped sequence.
For example:
<dict>
<key>comment</key>
<string>ключевые слова, которые формируют или прерывают цикл</string>
<key>match</key>
<string>(?i)\b(elif|else|for|if|while|break|continue|return|end)\b</string>
<key>name</key>
<string>keyword.control.flow.mac</string>
</dict>
I fixed this on the master branch, but since there haven't been any other changes, I don't really want to wrap up a new release for this. If you need it fixed immediately, run the packagedev_convert command convert with "allow_unicode": true.
Converting an *.tmlangauage file which contains cyrillic text in UTF-8 to YAML results in this text being converted to unicode-escaped sequence.
For example:
converts to
The text was updated successfully, but these errors were encountered: