Apply again cd10497b49
Use Python syntax highlighting for Ren'Py scripts.
This commit is contained in:
parent
cd2adb4a30
commit
00d555b016
|
@ -3,7 +3,7 @@ local syntax = require "core.syntax"
|
|||
|
||||
syntax.add {
|
||||
name = "Python",
|
||||
files = { "%.py$", "%.pyw$" },
|
||||
files = { "%.py$", "%.pyw$", "%.rpy$" },
|
||||
headers = "^#!.*[ /]python",
|
||||
comment = "#",
|
||||
patterns = {
|
||||
|
|
Loading…
Reference in New Issue