joshdholtz / DeckUI

Swift DSL for writing slide decks in Xcode
MIT License
601 stars 27 forks source link

Python syntax highlighting #28

Open yonomitt opened 1 year ago

yonomitt commented 1 year ago

This PR does a few things:

  1. Creates a public init for CodeTheme so people can easily create new code themes
  2. Adds SplashPython as a dependency
  3. Adds support for Python as one of the languages that can be highlighted
zachlucas commented 1 year ago

Checked out the branch - looks great!

1 2
python-1 python-2

Seems like a great addition.