minad / cape

🦸cape.el - Completion At Point Extensions
GNU General Public License v3.0
573 stars 20 forks source link

cape-keyword: Update Python keywords #93

Closed mattiasb closed 9 months ago

mattiasb commented 9 months ago

Python 3.10 added three new "soft" keywords: match, case and _.

Add match and case but skip _ since a one-character keyword is of low use in completion.