1 # For complete documentation of this file, please see Geany's main documentation
3 # Edit these in the colorscheme .conf file instead
5 commentline
=comment_line
15 identifier
=identifier_1
22 # all items must be in one line
23 primary
=and as assert break class continue def del elif else except exec finally for from global if import in is lambda not or pass print raise return try while with
yield False None True
24 # additional keywords, will be highlighted with style "word2"
25 # these are the builtins for Python 2.7 created with ' '.join(dir(__builtins__))
26 identifiers
=ArithmeticError AssertionError AttributeError BaseException BufferError BytesWarning
DeprecationWarning EOFError Ellipsis EnvironmentError Exception FloatingPointError FutureWarning GeneratorExit
IOError ImportError ImportWarning
IndentationError IndexError KeyError KeyboardInterrupt LookupError MemoryError NameError NotImplemented NotImplementedError OSError OverflowError PendingDeprecationWarning
ReferenceError RuntimeError RuntimeWarning StandardError StopIteration SyntaxError SyntaxWarning SystemError SystemExit TabError TypeError UnboundLocalError UnicodeDecodeError UnicodeEncodeError UnicodeError UnicodeTranslateError UnicodeWarning
UserWarning ValueError Warning ZeroDivisionError __debug__ __doc__
__import__ __name__ __package__
abs all any
apply basestring bin
bool buffer bytearray bytes
callable chr classmethod cmp coerce compile complex copyright credits
delattr dict dir divmod enumerate eval execfile exit
file filter float format
frozenset getattr globals hasattr hash help hex id input int intern isinstance issubclass iter len license
list locals long map max memoryview
min next
object oct open ord pow print property quit
range raw_input reduce reload repr reversed round set setattr slice sorted staticmethod str sum super tuple type unichr unicode vars xrange zip
33 # default extension used when saving files
37 mime_type
=text
/x
-python
39 # the following characters are these which a "word" can contains, see documentation
40 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
42 # single comment char, like # in this file
48 # set to false if a comment character/string should start at column 0 of a line, true uses any
49 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
51 # setting to false would generate this
53 # This setting works only for single line comments
54 comment_use_indent
=true
56 # context action command (please see Geany's main documentation for details)
61 # 0 is spaces, 1 is tabs, 2 is tab & spaces
65 # %f will be replaced by the complete filename
66 # %e will be replaced by the filename without extension
67 # (use only one of it at one time)
69 FT_00_CM
=python
-m py_compile
"%f"
72 FT_02_CM
=pep8
--max-line
-length
=80 "%f"
74 error_regex
=(.+):([0-9]+):([0-9]+)