tbh1 / sublime-notes

A syntax designed to bring syntax highlighting to every day note taking.
76 stars 18 forks source link

Add support of Headers for all languages #28

Open Yadro opened 6 years ago

Yadro commented 6 years ago

Replaced regular expression \p{Lu} instead [A-Z] for supporting Cyrillic letters.

You can check this: https://docs.microsoft.com/en-us/dotnet/standard/base-types/character-classes-in-regular-expressions#SupportedUnicodeGeneralCategories

Yadro commented 6 years ago

After: screenshot 2017-08-02 10 51 32