File: python

package info (click to toggle)
le 1.14.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,176 kB
  • ctags: 3,324
  • sloc: cpp: 18,354; ansic: 12,912; sh: 3,622; makefile: 83
file content (9 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# -*- LE-syntax -*-
# Python mode, by Serge Vakulenko <vak@cronyx.ru>
c3=#.*$
c3="([^"\\]|\\\\(.|\n))*"|'([^'\\]|\\\\(.|\n))*'
c1,2=([^[:alnum:]_]|^)(if|elif|else|for|in|break|continue|while|pass\
 |try|except|raise|finally|import|from|class|def|return|global\
 |print|del|exec|access|in|or|and|not|is|lambda\
)([^[:alnum:]_]|$)
c2=: