-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
👋 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:
- repository
vendor/grammars/language-renpy
(from https://github.com/williamd1k0/language-renpy.git) (1 errors)- Missing include in grammar:
source.renpy
(ingrammars/renpy.cson
) attempts to includesource.regexp.python.renpy
but the scope cannot be found
- Missing include in grammar:
This is caused by:
language-renpy/source/renpy.tmpl.cson
Lines 916 to 923 in ea6e3a0
'regular_expressions': | |
'comment': 'Changed disabled to 1 to turn off syntax highlighting in “r” strings.' | |
'disabled': 0 | |
'patterns': [ | |
{ | |
'include': 'source.regexp.python.renpy' | |
} | |
] |
This section needs to be redefined, removed or the scope added to the grammar.
Metadata
Metadata
Assignees
Labels
No labels