We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b:current_syntax
python3
1 parent 2ae2c65 commit 9f7cf1fCopy full SHA for 9f7cf1f
1 file changed
syntax/python.vim
@@ -17,6 +17,9 @@ if !g:python3syntax
17
finish
18
endif
19
20
+" Record that this syntax is being used
21
+call s:Python3SyntaxDefault('b:current_syntax', 'python3')
22
+
23
" OPTIONS: {{{
24
25
" Highlight all by default
0 commit comments