Skip to content

Instantly share code, notes, and snippets.

@LilyAcorn
Created September 21, 2013 16:25
Show Gist options
  • Save LilyAcorn/6652001 to your computer and use it in GitHub Desktop.
Save LilyAcorn/6652001 to your computer and use it in GitHub Desktop.
#:import KivyLexer kivy.extras.highlight.KivyLexer
CodeInput:
lexer: KivyLexer()
font_size: '30pt'
text: "Label:\n\ttext: 'A label'\n\tfont_size: '60pt'\n\tcanvas:\n\t\tColor:\n\t\t\trgb: 1, 0, 0\n\t\tRectangle:\n\t\t\tpos: self.pos\n\t\t\tsize: self.size"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment