Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.
/ python-syntax Public archive
forked from vim-python/python-syntax

Python syntax highlighting for Vim

License

Notifications You must be signed in to change notification settings

rossjrw/python-syntax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from vim-python/python syntax with a few changes:

  • raise,assert moved from pythonStatement to pythonException
  • = moved from pythonOperator to pythonStatement
  • 'single quote strings' moved from pythonString to the new pythonSymbol, which extends Label
  • in is in pythonOperator, except the in from for .. in, which is in pythonRepeat
  • from will now correctly match pythonImport
  • this has been added to pythonClass

About

Python syntax highlighting for Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 87.0%
  • Python 13.0%