File: .headache_config

package info (click to toggle)
lablgtk-extras 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 688 kB
  • sloc: ml: 8,074; makefile: 205
file content (13 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
               # Objective Caml source
  ".*\\.ml[il4]?" -> frame open:"(*" line:"*" close:"*)" width: 75
| ".*\\.mly"     -> frame open:"/*" line:"*" close:"*/" width: 75
| ".*\\.ml\\.in"     -> frame open:"(*" line:"*" close:"*)" width: 75
               # C source
| ".*\\.[ch]"    -> frame open:"/*" line:"*" close:"*/" width: 75
               # Misc
| ".*Makefile.*" -> frame open:"#"  line:"#" close:"#" width: 75
| ".*configure$" -> frame open:"#"  line:"#" close:"#" width: 75
| ".*configure\\.ac" -> frame open:"#"  line:"#" close:"#" width: 75
| ".*README.*"   -> frame open:"*"  line:"*" close:"*" width: 75
| ".*LICENSE.*"  -> frame open:"*"  line:"*" close:"*" width: 75
| ".*cam-mktop2.in" -> frame open:"#"  line:"#" close:"#" width: 75