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 {
|
syntax.add {
|
||||||
name = "Python",
|
name = "Python",
|
||||||
files = { "%.py$", "%.pyw$" },
|
files = { "%.py$", "%.pyw$", "%.rpy$" },
|
||||||
headers = "^#!.*[ /]python",
|
headers = "^#!.*[ /]python",
|
||||||
comment = "#",
|
comment = "#",
|
||||||
patterns = {
|
patterns = {
|
||||||
|
|||||||
Reference in New Issue
Block a user