Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673d05f commit 5c38bf6Copy full SHA for 5c38bf6
1 file changed
Misc/python-mode.el
@@ -851,6 +851,7 @@ py-beep-if-tab-change\t\tring the bell if tab-width is changed"
851
(setq major-mode 'python-mode
852
mode-name "Python"
853
local-abbrev-table python-mode-abbrev-table
854
+ font-lock-defaults '(python-font-lock-keywords)
855
paragraph-separate "^[ \t]*$"
856
paragraph-start "^[ \t]*$"
857
require-final-newline t
0 commit comments