We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcda2c commit 3eee2ebCopy full SHA for 3eee2eb
1 file changed
doc/syntax.jax
@@ -3157,12 +3157,13 @@ doctest とその中のコードのハイライト: >
3157
:let python_no_doctest_code_highlight = 1
3158
最初のオプションは 2 番目のオプションも含む。
3159
3160
-他のキーワードと区別するためにハイライトされた組み込み定数の場合: >
3161
- :let python_constant_highlight = 1
3162
3163
行末の空白と、スペースとタブの混在のハイライト: >
3164
:let python_space_error_highlight = 1
3165
+他のキーワードとは区別される組み込み定数のハイライト: >
+ :let python_constant_highlight = 1
3166
+
3167
全てのハイライトを有効化させるには: >
3168
:let python_highlight_all = 1
3169
これは、python_space_error_highlight、python_constant_highlight を設定し、その
0 commit comments