Skip to content

Commit

Permalink
Issue subethaedit#239 - Update python mode keywords
Browse files Browse the repository at this point in the history
Adding the control keywords: async, await, nonlocal, with
  • Loading branch information
ryananguiano committed Jun 1, 2023
1 parent a3fec93 commit 1c55fa7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@

<keywords id="Keywords" useforautocomplete="yes" scope="keyword.control">
<string>and</string>
<string>as</string>
<string>async</string>
<string>await</string>
<string>break</string>
<string>continue</string>
<string>def</string>
Expand All @@ -287,14 +290,15 @@
<string>if</string>
<string>in</string>
<string>is</string>
<string>nonlocal</string>
<string>not</string>
<string>or</string>
<string>pass</string>
<string>raise</string>
<string>try</string>
<string>while</string>
<string>with</string>
<string>yield</string>
<string>as</string>
</keywords>
<!-- see http://docs.python.org/3.1/reference/lexical_analysis.html - numeric literals -->
<keywords id="Numbers" useforautocomplete="no" scope="language.constant.numeric">
Expand Down

0 comments on commit 1c55fa7

Please sign in to comment.