aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/language_python.lua
diff options
context:
space:
mode:
authorPIESEL <50019824+piotrek94692@users.noreply.github.com>2021-11-01 16:30:15 +0100
committerGuldoman <giulio.lettieri@gmail.com>2021-11-23 22:24:03 +0100
commit00d555b016eb93bcab617479a413d5a3ee47df12 (patch)
tree07f8a2ec7b596ecc2043ad7268335c6fb84df0cf /data/plugins/language_python.lua
parentcd2adb4a30c4d139e8d2858482f799fde1aca87c (diff)
downloadpragtical-00d555b016eb93bcab617479a413d5a3ee47df12.tar.gz
pragtical-00d555b016eb93bcab617479a413d5a3ee47df12.zip
Apply again cd10497b495f42f5cb102aac93af3e9280e65619
Use Python syntax highlighting for Ren'Py scripts.
Diffstat (limited to 'data/plugins/language_python.lua')
-rw-r--r--data/plugins/language_python.lua2
1 files changed, 1 insertions, 1 deletions
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 = {