wronex / sublime-angelscript

AngelScript syntax highlighter for Sublime Text 2
The Unlicense
6 stars 3 forks source link

Add underscores to handle syntax class names #4

Closed codecat closed 6 years ago

codecat commented 6 years ago

This fixes syntax highlighting for this:

class Some_Class
{
}

Some_Class@ g_someObject;
wronex commented 6 years ago

Great work!