Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 06 Oct 2024 11:32:14 UTC Commit: 669395588a126c8ae6d698699e017867a38d0bc8 https://github.com/geany/geany/commit/669395588a126c8ae6d698699e017867a38d0b...
Log Message: ----------- Add .pyi extension for Python
Closes #3873.
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).