# Configuration file for the language: Python
# NOTE: This file is automatically generated by Enterprise Architect, changes made manually may be lost.
LEXER=python

# (Default)

# Caret Line

# Comments
COMMENT_LINECOMMENT_TOKEN=#
COMMENT_STREAMCOMMENTSTART_TOKEN="""
COMMENT_STREAMCOMMENTEND_TOKEN="""

# Indentation
INDENT_AUTOMATIC=true
INDENT_STATEMENT_KEYWORDS=class def elif else except finally for if try while with

# Intellisense

# Language
KEYWORDS=and as assert break class continue def del elif else except exec finally for from global if import in is lambda None not or pass print raise return try while with yield

# Literals

# Macros

# Whitespace
