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
commit faea2a7f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
local syntax = require "core.syntax"
syntax.add {
files = { "%.py$", "%.pyw$" },
files = { "%.py$", "%.pyw$", "%.rpy$" },
headers = "^#!.*[ /]python",
comment = "#",
patterns = {