diff options
| author | Adam <adamdharrison@gmail.com> | 2021-11-22 11:41:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-22 11:41:49 -0500 |
| commit | 9869484ec61c0776364637e7e6da887b3d32b51c (patch) | |
| tree | 036f0e476ed2672a536fda0cd273e2b53ba54d0f /data/plugins/language_python.lua | |
| parent | 23a0f6ca796651e122f3e921aea35f6e495e3f65 (diff) | |
| parent | 3176b467ca26d904dc2cac06f02e2394da57f9ba (diff) | |
| download | lite-xl-9869484ec61c0776364637e7e6da887b3d32b51c.tar.gz lite-xl-9869484ec61c0776364637e7e6da887b3d32b51c.zip | |
Merge pull request #683 from Guldoman/named_languages
Add names to language plugins
Diffstat (limited to 'data/plugins/language_python.lua')
| -rw-r--r-- | data/plugins/language_python.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/plugins/language_python.lua b/data/plugins/language_python.lua index 60aa41a6..f1430fb1 100644 --- a/data/plugins/language_python.lua +++ b/data/plugins/language_python.lua @@ -2,6 +2,7 @@ local syntax = require "core.syntax" syntax.add { + name = "Python", files = { "%.py$", "%.pyw$" }, headers = "^#!.*[ /]python", comment = "#", |
