Skip to content

Commit

Permalink
Added .pyi extension to python. (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerilousBooklet authored Feb 24, 2024
1 parent 2e8d59b commit 03b8c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/plugins/language_python.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local syntax = require "core.syntax"

syntax.add {
name = "Python",
files = { "%.py$", "%.pyw$", "%.rpy$" },
files = { "%.py$", "%.pyw$", "%.rpy$", "%.pyi$" },
headers = "^#!.*[ /]python",
comment = "#",
block_comment = { '"""', '"""' },
Expand Down

0 comments on commit 03b8c23

Please sign in to comment.