diff options
| author | PIESEL <50019824+piotrek94692@users.noreply.github.com> | 2021-11-01 16:30:15 +0100 |
|---|---|---|
| committer | Guldoman <giulio.lettieri@gmail.com> | 2021-11-23 22:24:03 +0100 |
| commit | 00d555b016eb93bcab617479a413d5a3ee47df12 (patch) | |
| tree | 07f8a2ec7b596ecc2043ad7268335c6fb84df0cf /data/plugins/language_python.lua | |
| parent | cd2adb4a30c4d139e8d2858482f799fde1aca87c (diff) | |
| download | pragtical-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.lua | 2 |
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 = { |
