Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howtos:geany_and_django [2013/10/19 14:30] – Fix typo enrico | howtos:geany_and_django [2014/02/02 10:49] (current) – Add an example for fne tuned styling enrico | ||
---|---|---|---|
Line 21: | Line 21: | ||
http:// | http:// | ||
- | <code ini> | + | <file ini ~/ |
[lexer_properties] | [lexer_properties] | ||
lexer.html.django=1 | lexer.html.django=1 | ||
- | </code> | + | </file> |
More information about this file, its format and the path, e.g. on Windows, | More information about this file, its format and the path, e.g. on Windows, | ||
Line 46: | Line 46: | ||
will be styled with // | will be styled with // | ||
// | // | ||
+ | |||
+ | Example: | ||
+ | |||
+ | <file ini ~/ | ||
+ | [styling] | ||
+ | # foreground; | ||
+ | html_asp=# | ||
+ | python_identifier=keyword_1, | ||
+ | python_default=default | ||
+ | </ | ||
+ | |||
+ | The example above makes '' | ||
+ | |||
For more information about configuring styles, please check the manual [[http:// | For more information about configuring styles, please check the manual [[http:// |