Use Python syntax highlighting for Ren'Py scripts.
This commit is contained in:
PIESEL
2021-11-23 22:24:03 +01:00
committed by Guldoman
parent cd2adb4a30
commit 00d555b016
+1 -1
View File
@@ -3,7 +3,7 @@ local syntax = require "core.syntax"
syntax.add { syntax.add {
name = "Python", name = "Python",
files = { "%.py$", "%.pyw$" }, files = { "%.py$", "%.pyw$", "%.rpy$" },
headers = "^#!.*[ /]python", headers = "^#!.*[ /]python",
comment = "#", comment = "#",
patterns = { patterns = {