You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -171,12 +183,12 @@ <h2>Configuration Options for Python mode:</h2>
171
183
<h2>Advanced Configuration Options:</h2>
172
184
<p>Usefull for superset of python syntax like Enthought enaml, IPython magics and questionmark help</p>
173
185
<ul>
174
-
<li>singleOperators - RegEx - Regular Expression for single operator matching, default : <pre>^[\\+\\-\\*/%&|\\^~<>!]</pre></li>
186
+
<li>singleOperators - RegEx - Regular Expression for single operator matching, default : <pre>^[\\+\\-\\*/%&|\\^~<>!]</pre> including <pre>@</pre> on Python 3</li>
175
187
<li>singleDelimiters - RegEx - Regular Expression for single delimiter matching, default : <pre>^[\\(\\)\\[\\]\\{\\}@,:`=;\\.]</pre></li>
<li>identifiers - RegEx - Regular Expression for identifier, default : <pre>^[_A-Za-z][_A-Za-z0-9]*</pre> on Python 2 and <pre>^[_A-Za-z\u00A1-\uFFFF][_A-Za-z0-9\u00A1-\uFFFF]*</pre> on Python 3.</li>
180
192
<li>extra_keywords - list of string - List of extra words ton consider as keywords</li>
181
193
<li>extra_builtins - list of string - List of extra words ton consider as builtins</li>
0 commit comments