From 00d555b016eb93bcab617479a413d5a3ee47df12 Mon Sep 17 00:00:00 2001 From: PIESEL <50019824+piotrek94692@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:30:15 +0100 Subject: [PATCH] Apply again cd10497b495f42f5cb102aac93af3e9280e65619 Use Python syntax highlighting for Ren'Py scripts. --- data/plugins/language_python.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/plugins/language_python.lua b/data/plugins/language_python.lua index f1430fb1..8bc6fbd4 100644 --- a/data/plugins/language_python.lua +++ b/data/plugins/language_python.lua @@ -3,7 +3,7 @@ local syntax = require "core.syntax" syntax.add { name = "Python", - files = { "%.py$", "%.pyw$" }, + files = { "%.py$", "%.pyw$", "%.rpy$" }, headers = "^#!.*[ /]python", comment = "#", patterns = {