Use Python syntax highlighting for Ren'Py scripts.
This commit is contained in:
PIESEL 2021-11-01 16:30:15 +01:00 committed by Guldoman
parent cd2adb4a30
commit 00d555b016
No known key found for this signature in database
GPG Key ID: C08A498EC7F1AFDD
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local syntax = require "core.syntax"
syntax.add {
name = "Python",
files = { "%.py$", "%.pyw$" },
files = { "%.py$", "%.pyw$", "%.rpy$" },
headers = "^#!.*[ /]python",
comment = "#",
patterns = {