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