Skip to content

Commit

Permalink
Fix source.regexp.python scope (see #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Aug 7, 2019
1 parent ec33e02 commit c5c1777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grammars/renpy.cson
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@
'disabled': 0
'patterns': [
{
'include': 'source.regexp.python.renpy'
'include': 'source.regexp.python'
}
]
'string_quoted_double':
Expand Down
2 changes: 1 addition & 1 deletion source/renpy.tmpl.cson
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@
'disabled': 0
'patterns': [
{
'include': 'source.regexp.python.renpy'
'include': 'source.regexp.python'
}
]
'string_quoted_double':
Expand Down

0 comments on commit c5c1777

Please sign in to comment.