Merge pull request #648 from piotrek94692/patch-1

Use Python syntax highlighting for Ren'Py scripts.
This commit is contained in:
Adam
2021-11-02 09:03:24 -04:00
committed by GitHub
+1 -1
View File
@@ -2,7 +2,7 @@
local syntax = require "core.syntax"
syntax.add {
files = { "%.py$", "%.pyw$" },
files = { "%.py$", "%.pyw$", "%.rpy$" },
headers = "^#!.*[ /]python",
comment = "#",
patterns = {