~bialix/+junk/fte-config

« back to all changes in this revision

Viewing changes to m_py.fte

  • Committer: Alexander Belchenko
  • Date: 2009-10-19 08:10:37 UTC
  • Revision ID: bialix@ukr.net-20091019081037-ryiw729e5zocq7ww
changes up to 2009-10-19

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
}
203
203
 
204
204
mode PYTHON: PLAIN {
205
 
    FileNameRx          = /\.\c{{PY}|{PYW}}$/;
 
205
    FileNameRx          = /\.\c{{PY}|{PYW}|{PYX}|{PXD}}$/;
206
206
    AddCR               = 0;         # add CR when saving
207
207
    AddLF               = 1;         # add LF when saving
208
208
    HilitOn             = 1;