Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Sun, 06 Oct 2024 19:26:54 UTC Commit: 46b540c8d017d3d40152594953c300d4f68e4812 https://github.com/geany/geany/commit/46b540c8d017d3d40152594953c300d4f68e48...
Log Message: ----------- Merge pull request #3976 from eht16/issue3873_add_pyi_extension
Add .pyi extension for Python
Modified Paths: -------------- data/filetype_extensions.conf
Modified: data/filetype_extensions.conf 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -63,7 +63,7 @@ Perl=*.pl;*.perl;*.pm;*.agi;*.pod; PHP=*.php;*.php3;*.php4;*.php5;*.phtml; Po=*.po;*.pot; Prolog=*.pro;*.P; -Python=*.py;*.pyw;SConstruct;SConscript;wscript; +Python=*.py;*.pyi;*.pyw;SConstruct;SConscript;wscript; PowerShell=*.ps1;*.psm1; reStructuredText=*.rest;*.reST;*.rst; R=*.R;*.r;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).