File: tabs.jsf

package info (click to toggle)
ne 3.3.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,192 kB
  • sloc: ansic: 28,739; perl: 571; makefile: 265; sh: 9
file content (22 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# JOE syntax highlight file for text with visible tabs

=Idle
=Tab	bg_cyan
=LSpace	inverse red

:idle Idle
	*		idle
	"\t"		tab	noeat
	" "             maybe_last mark

:maybe_last LSpace
	*		idle	noeat recolormark
	" "		maybe_last
	"\n"		space_end noeat recolormark

:space_end LSpace
	*		idle	noeat

:tab Tab
	*		idle	noeat
	"\t"		tab