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
Sorry for the delay.
This was introduced in 9ac1da3
@lildude Does changing it to source.regexp.python solve the problem?
Or I need to include a copy of regular expressions (python).cson from atom/language-python?
Of the two, I'd recommend the former. That way you don't need to keep maintaining a copy and Renpy will continue to gain from the enhancements to that grammar as it evolves within the upstream grammar. I'd only recommend the latter if you plan to implement renpy-specific changes to it.
👋 I'm the primary GitHub maintainer for Linguist which is used for syntax highlighting on GitHub.com.
As part of this syntax highlighting, Linguist and thus GitHub.com, uses this grammar for highlighting Ren'Py files.
Our grammar validator has detected an error with this grammar:
vendor/grammars/language-renpy
(from https://github.com/williamd1k0/language-renpy.git) (1 errors)source.renpy
(ingrammars/renpy.cson
) attempts to includesource.regexp.python.renpy
but the scope cannot be foundThis is caused by:
language-renpy/source/renpy.tmpl.cson
Lines 916 to 923 in ea6e3a0
This section needs to be redefined, removed or the scope added to the grammar.
The text was updated successfully, but these errors were encountered: