We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fe49b commit 65e4ba9Copy full SHA for 65e4ba9
t/syntax.vim
@@ -13,7 +13,7 @@ describe 'pymode-syntax'
13
Expect g:pymode_syntax == 1
14
Expect g:pymode_syntax_all == 1
15
Expect g:pymode_syntax_print_as_function == 0
16
- Expect g:pymode_syntax_highlight_async_await == 1
+ Expect g:pymode_syntax_highlight_async_await == 1
17
Expect g:pymode_syntax_highlight_equal_operator == 1
18
Expect g:pymode_syntax_highlight_stars_operator == 1
19
Expect g:pymode_syntax_highlight_self == 1
0 commit comments