* lisp/progmodes/python.el (auto-mode-alist): Add .pyi. (Bug#27847)
This commit is contained in:
parent
0fda6d53e3
commit
94b2e1fc00
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@
|
|||
(autoload 'help-function-arglist "help-fns")
|
||||
|
||||
;;;###autoload
|
||||
(add-to-list 'auto-mode-alist (cons (purecopy "\\.pyw?\\'") 'python-mode))
|
||||
(add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode))
|
||||
;;;###autoload
|
||||
(add-to-list 'interpreter-mode-alist (cons (purecopy "python[0-9.]*") 'python-mode))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue