taskjuggler 0.2.2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (305) hide show
  1. data/CHANGELOG +29 -0
  2. data/data/css/tjreport.css +38 -4
  3. data/data/tjp.vim +421 -421
  4. data/examples/Fedora-20/reports.tji +0 -2
  5. data/examples/tutorial.tjp +0 -2
  6. data/lib/taskjuggler/Attributes.rb +14 -1
  7. data/lib/taskjuggler/Project.rb +13 -2
  8. data/lib/taskjuggler/ProjectFileScanner.rb +1 -1
  9. data/lib/taskjuggler/ResourceScenario.rb +38 -0
  10. data/lib/taskjuggler/SheetReceiver.rb +5 -3
  11. data/lib/taskjuggler/SimpleQueryExpander.rb +0 -1
  12. data/lib/taskjuggler/TaskScenario.rb +2 -2
  13. data/lib/taskjuggler/TextParser.rb +0 -2
  14. data/lib/taskjuggler/TextParser/Pattern.rb +1 -1
  15. data/lib/taskjuggler/TextParser/Scanner.rb +0 -2
  16. data/lib/taskjuggler/TimeSheets.rb +2 -1
  17. data/lib/taskjuggler/Tj3AppBase.rb +1 -1
  18. data/lib/taskjuggler/Tj3Config.rb +1 -1
  19. data/lib/taskjuggler/TjpSyntaxRules.rb +29 -14
  20. data/lib/taskjuggler/WorkingHours.rb +9 -6
  21. data/lib/taskjuggler/apps/Tj3.rb +1 -1
  22. data/lib/taskjuggler/reports/GanttLine.rb +1 -1
  23. data/lib/taskjuggler/reports/Navigator.rb +103 -81
  24. data/lib/taskjuggler/reports/NikuReport.rb +8 -5
  25. data/lib/taskjuggler/reports/Report.rb +10 -1
  26. data/lib/taskjuggler/reports/ReportTableCell.rb +1 -1
  27. data/lib/taskjuggler/reports/ResourceListRE.rb +1 -1
  28. data/lib/taskjuggler/reports/TableReport.rb +1 -1
  29. data/lib/taskjuggler/reports/TaskListRE.rb +1 -1
  30. data/lib/taskjuggler/reports/TjpExportRE.rb +31 -1
  31. data/manual/Installation +53 -7
  32. data/manual/Intro +36 -28
  33. data/manual/html/Day_To_Day_Juggling.html +1 -1
  34. data/manual/html/Getting_Started.html +1 -1
  35. data/manual/html/How_To_Contribute.html +1 -1
  36. data/manual/html/Installation.html +29 -8
  37. data/manual/html/Intro.html +32 -19
  38. data/manual/html/Reporting_Bugs.html +2 -2
  39. data/manual/html/Rich_Text_Attributes.html +1 -1
  40. data/manual/html/Software.html +1 -1
  41. data/manual/html/TaskJuggler_2x_Migration.html +3 -3
  42. data/manual/html/TaskJuggler_Internals.html +1 -1
  43. data/manual/html/The_TaskJuggler_Syntax.html +1 -1
  44. data/manual/html/Tutorial.html +1 -3
  45. data/manual/html/account.html +2 -2
  46. data/manual/html/account.task.html +1 -1
  47. data/manual/html/accountprefix.html +1 -1
  48. data/manual/html/active.html +1 -1
  49. data/manual/html/adopt.task.html +1 -1
  50. data/manual/html/alert level.html +1 -1
  51. data/manual/html/alert.html +1 -1
  52. data/manual/html/allocate.html +1 -1
  53. data/manual/html/alphabet.html +1 -1
  54. data/manual/html/alternative.html +1 -1
  55. data/manual/html/author.html +1 -1
  56. data/manual/html/balance.html +1 -1
  57. data/manual/html/booking.resource.html +2 -2
  58. data/manual/html/booking.task.html +1 -1
  59. data/manual/html/caption.html +1 -1
  60. data/manual/html/cellcolor.column.html +1 -1
  61. data/manual/html/celltext.column.html +1 -1
  62. data/manual/html/center.html +1 -1
  63. data/manual/html/charge.html +1 -1
  64. data/manual/html/chargeset.html +1 -1
  65. data/manual/html/columnid.html +2 -2
  66. data/manual/html/columns.html +1 -1
  67. data/manual/html/complete.html +1 -1
  68. data/manual/html/copyright.html +1 -1
  69. data/manual/html/credit.html +1 -1
  70. data/manual/html/css/tjreport.css +38 -4
  71. data/manual/html/currency.html +1 -1
  72. data/manual/html/currencyformat.html +2 -2
  73. data/manual/html/dailymax.html +1 -1
  74. data/manual/html/dailymin.html +1 -1
  75. data/manual/html/dailyworkinghours.html +1 -1
  76. data/manual/html/date.extend.html +1 -1
  77. data/manual/html/date.html +1 -1
  78. data/manual/html/definitions.html +10 -10
  79. data/manual/html/depends.html +1 -1
  80. data/manual/html/details.html +1 -1
  81. data/manual/html/disabled.html +1 -1
  82. data/manual/html/duration.html +1 -1
  83. data/manual/html/efficiency.html +2 -2
  84. data/manual/html/effort.html +1 -1
  85. data/manual/html/email.html +2 -2
  86. data/manual/html/enabled.html +1 -1
  87. data/manual/html/end.column.html +1 -1
  88. data/manual/html/end.html +1 -1
  89. data/manual/html/end.limit.html +2 -2
  90. data/manual/html/end.report.html +2 -2
  91. data/manual/html/end.timesheet.html +1 -1
  92. data/manual/html/endcredit.html +1 -1
  93. data/manual/html/epilog.html +1 -1
  94. data/manual/html/export.html +1 -1
  95. data/manual/html/extend.html +1 -1
  96. data/manual/html/fail.html +2 -2
  97. data/manual/html/fdl.html +1 -1
  98. data/manual/html/flags.account.html +1 -1
  99. data/manual/html/flags.html +1 -1
  100. data/manual/html/flags.journalentry.html +1 -1
  101. data/manual/html/flags.report.html +1 -1
  102. data/manual/html/flags.resource.html +2 -2
  103. data/manual/html/flags.statussheet.html +1 -1
  104. data/manual/html/flags.task.html +1 -1
  105. data/manual/html/flags.timesheet.html +1 -1
  106. data/manual/html/fontcolor.column.html +1 -1
  107. data/manual/html/footer.html +1 -1
  108. data/manual/html/formats.html +1 -1
  109. data/manual/html/functions.html +1 -1
  110. data/manual/html/gapduration.html +1 -1
  111. data/manual/html/gaplength.html +1 -1
  112. data/manual/html/halign.center.html +1 -1
  113. data/manual/html/halign.column.html +1 -1
  114. data/manual/html/halign.left.html +1 -1
  115. data/manual/html/halign.right.html +1 -1
  116. data/manual/html/hasalert.html +1 -1
  117. data/manual/html/header.html +1 -1
  118. data/manual/html/headline.html +1 -1
  119. data/manual/html/hidejournalentry.html +2 -2
  120. data/manual/html/hidereport.html +1 -1
  121. data/manual/html/hideresource.html +2 -2
  122. data/manual/html/hidetask.html +2 -2
  123. data/manual/html/icalreport.html +1 -1
  124. data/manual/html/include.macro.html +1 -1
  125. data/manual/html/include.project.html +1 -1
  126. data/manual/html/include.properties.html +1 -1
  127. data/manual/html/index.html +1 -1
  128. data/manual/html/inherit.extend.html +2 -2
  129. data/manual/html/interval1.html +1 -1
  130. data/manual/html/interval2.html +1 -1
  131. data/manual/html/interval3.html +1 -1
  132. data/manual/html/interval4.html +1 -1
  133. data/manual/html/isactive.html +1 -1
  134. data/manual/html/ischildof.html +1 -1
  135. data/manual/html/isdependencyof.html +1 -1
  136. data/manual/html/isdutyof.html +1 -1
  137. data/manual/html/isfeatureof.html +1 -1
  138. data/manual/html/isleaf.html +1 -1
  139. data/manual/html/ismilestone.html +1 -1
  140. data/manual/html/isongoing.html +1 -1
  141. data/manual/html/isresource.html +1 -1
  142. data/manual/html/istask.html +1 -1
  143. data/manual/html/journalattributes.html +14 -14
  144. data/manual/html/journalentry.html +2 -2
  145. data/manual/html/journalmode.html +1 -1
  146. data/manual/html/left.html +1 -1
  147. data/manual/html/length.html +1 -1
  148. data/manual/html/limits.allocate.html +1 -1
  149. data/manual/html/limits.html +1 -1
  150. data/manual/html/limits.resource.html +2 -2
  151. data/manual/html/limits.task.html +1 -1
  152. data/manual/html/listitem.column.html +1 -1
  153. data/manual/html/listtype.column.html +1 -1
  154. data/manual/html/loadunit.html +1 -1
  155. data/manual/html/logicalexpression.html +1 -1
  156. data/manual/html/logicalflagexpression.html +1 -1
  157. data/manual/html/macro.html +1 -1
  158. data/manual/html/managers.html +2 -2
  159. data/manual/html/mandatory.html +1 -1
  160. data/manual/html/maxend.html +1 -1
  161. data/manual/html/maximum.html +1 -1
  162. data/manual/html/maxstart.html +1 -1
  163. data/manual/html/milestone.html +1 -1
  164. data/manual/html/minend.html +1 -1
  165. data/manual/html/minimum.html +1 -1
  166. data/manual/html/minstart.html +1 -1
  167. data/manual/html/monthlymax.html +1 -1
  168. data/manual/html/monthlymin.html +1 -1
  169. data/manual/html/navbar.html +1 -1
  170. data/manual/html/navigator.html +1 -1
  171. data/manual/html/newtask.html +1 -1
  172. data/manual/html/nikureport.html +1 -1
  173. data/manual/html/note.task.html +1 -1
  174. data/manual/html/now.html +1 -1
  175. data/manual/html/numberformat.html +2 -2
  176. data/manual/html/onend.html +1 -1
  177. data/manual/html/onstart.html +1 -1
  178. data/manual/html/opennodes.html +1 -1
  179. data/manual/html/overtime.booking.html +2 -2
  180. data/manual/html/period.column.html +1 -1
  181. data/manual/html/period.limit.html +2 -2
  182. data/manual/html/period.report.html +2 -2
  183. data/manual/html/period.task.html +1 -1
  184. data/manual/html/persistent.html +1 -1
  185. data/manual/html/precedes.html +1 -1
  186. data/manual/html/priority.html +1 -1
  187. data/manual/html/priority.timesheet.html +1 -1
  188. data/manual/html/project.html +1 -1
  189. data/manual/html/projectid.html +1 -1
  190. data/manual/html/projectid.task.html +1 -1
  191. data/manual/html/projectids.html +1 -1
  192. data/manual/html/projection.html +1 -1
  193. data/manual/html/prolog.html +1 -1
  194. data/manual/html/properties.html +1 -1
  195. data/manual/html/purge.html +2 -2
  196. data/manual/html/rate.html +1 -1
  197. data/manual/html/rate.resource.html +2 -2
  198. data/manual/html/reference.extend.html +1 -1
  199. data/manual/html/remaining.html +1 -1
  200. data/manual/html/replace.html +1 -1
  201. data/manual/html/report.html +1 -1
  202. data/manual/html/reportprefix.html +1 -1
  203. data/manual/html/resource.html +2 -2
  204. data/manual/html/resourceattributes.html +6 -6
  205. data/manual/html/resourceprefix.html +1 -1
  206. data/manual/html/resourcereport.html +1 -1
  207. data/manual/html/resourceroot.html +1 -1
  208. data/manual/html/resources.limit.html +2 -2
  209. data/manual/html/responsible.html +1 -1
  210. data/manual/html/richtext.extend.html +1 -1
  211. data/manual/html/right.html +1 -1
  212. data/manual/html/rollupresource.html +2 -2
  213. data/manual/html/rolluptask.html +2 -2
  214. data/manual/html/scale.column.html +1 -1
  215. data/manual/html/scenario.html +2 -2
  216. data/manual/html/scenario.ical.html +1 -1
  217. data/manual/html/scenarios.export.html +1 -1
  218. data/manual/html/scenarios.html +1 -1
  219. data/manual/html/scenariospecific.extend.html +2 -2
  220. data/manual/html/scheduled.html +1 -1
  221. data/manual/html/scheduling.html +1 -1
  222. data/manual/html/select.html +1 -1
  223. data/manual/html/selfcontained.html +1 -1
  224. data/manual/html/shift.html +1 -1
  225. data/manual/html/shift.resource.html +5 -5
  226. data/manual/html/shift.task.html +4 -4
  227. data/manual/html/shift.timesheet.html +1 -1
  228. data/manual/html/shifts.allocate.html +1 -1
  229. data/manual/html/shifts.resource.html +5 -5
  230. data/manual/html/shifts.task.html +4 -4
  231. data/manual/html/shorttimeformat.html +1 -1
  232. data/manual/html/sloppy.booking.html +2 -2
  233. data/manual/html/sloppy.projection.html +1 -1
  234. data/manual/html/sortjournalentries.html +1 -1
  235. data/manual/html/sortresources.html +1 -1
  236. data/manual/html/sorttasks.html +1 -1
  237. data/manual/html/start.column.html +1 -1
  238. data/manual/html/start.html +1 -1
  239. data/manual/html/start.limit.html +2 -2
  240. data/manual/html/start.report.html +2 -2
  241. data/manual/html/startcredit.html +1 -1
  242. data/manual/html/status.statussheet.html +1 -1
  243. data/manual/html/status.timesheet.html +2 -2
  244. data/manual/html/statussheet.html +1 -1
  245. data/manual/html/statussheetreport.html +1 -1
  246. data/manual/html/strict.projection.html +1 -1
  247. data/manual/html/summary.html +1 -1
  248. data/manual/html/supplement.html +1 -1
  249. data/manual/html/supplement.resource.html +2 -2
  250. data/manual/html/supplement.task.html +1 -1
  251. data/manual/html/tagfile.html +8 -4
  252. data/manual/html/task.html +1 -1
  253. data/manual/html/task.statussheet.html +1 -1
  254. data/manual/html/task.timesheet.html +1 -1
  255. data/manual/html/taskattributes.html +22 -22
  256. data/manual/html/taskprefix.html +1 -1
  257. data/manual/html/taskreport.html +1 -1
  258. data/manual/html/taskroot.html +1 -1
  259. data/manual/html/text.extend.html +1 -1
  260. data/manual/html/textreport.html +1 -1
  261. data/manual/html/timeformat.html +2 -2
  262. data/manual/html/timeoff.nikureport.html +1 -1
  263. data/manual/html/timesheet.html +1 -1
  264. data/manual/html/timesheetreport.html +1 -1
  265. data/manual/html/timezone.export.html +1 -1
  266. data/manual/html/timezone.html +1 -1
  267. data/manual/html/timezone.report.html +1 -1
  268. data/manual/html/timezone.shift.html +1 -1
  269. data/manual/html/timingresolution.html +1 -1
  270. data/manual/html/title.column.html +1 -1
  271. data/manual/html/title.html +1 -1
  272. data/manual/html/toc.html +16 -12
  273. data/manual/html/tooltip.column.html +1 -1
  274. data/manual/html/trackingscenario.html +1 -1
  275. data/manual/html/treelevel.html +1 -1
  276. data/manual/html/vacation.html +1 -1
  277. data/manual/html/vacation.resource.html +2 -2
  278. data/manual/html/vacation.shift.html +1 -1
  279. data/manual/html/warn.html +2 -2
  280. data/manual/html/weeklymax.html +1 -1
  281. data/manual/html/weeklymin.html +1 -1
  282. data/manual/html/weekstartsmonday.html +1 -1
  283. data/manual/html/weekstartssunday.html +1 -1
  284. data/manual/html/width.column.html +1 -1
  285. data/manual/html/work.html +1 -1
  286. data/manual/html/workinghours.project.html +1 -1
  287. data/manual/html/workinghours.resource.html +2 -2
  288. data/manual/html/workinghours.shift.html +1 -1
  289. data/manual/html/yearlyworkingdays.html +1 -1
  290. data/tasks/changelog.rake +1 -0
  291. data/test/TestSuite/Export-Reports/refs/AutoID.tjp +18 -0
  292. data/test/TestSuite/Export-Reports/refs/Mandatory.tjp +2 -1
  293. data/test/TestSuite/Export-Reports/refs/Shift.tjp +49 -0
  294. data/test/TestSuite/HTML-Reports/Navigator.tjp +34 -0
  295. data/test/TestSuite/ReportGenerator/Correct/FTE.tjp +15 -0
  296. data/test/TestSuite/ReportGenerator/Correct/refs/FTE-1.csv +4 -0
  297. data/test/TestSuite/Syntax/Correct/Mandatory.tjp +1 -0
  298. data/test/TestSuite/Syntax/Correct/Shift.tjp +4 -0
  299. data/test/TestSuite/Syntax/Correct/tutorial.tjp +0 -2
  300. data/test/TestSuite/Syntax/Errors/invalid_file_name.tjp +9 -0
  301. data/test/test_CSVFile.rb +0 -1
  302. data/test/test_Journal.rb +5 -5
  303. data/test/test_LogicalExpression.rb +1 -1
  304. data/test/test_ShiftAssignments.rb +1 -1
  305. metadata +285 -299
data/CHANGELOG CHANGED
@@ -1,3 +1,32 @@
1
+ = Release 3.0.0 (2011-11-01)
2
+
3
+ == New Features
4
+
5
+ * Add support for FTE calculation.
6
+ * Use project name and report title in title of HTML reports.
7
+ * Improved stylesheet for code and verbatim sections in HTML reports.
8
+ * Navigator (Menu) in reports is now surrounded by rulers.
9
+ * Adding instructions for install into a local directory.
10
+
11
+ == Bug Fixes
12
+
13
+ * Include shifts in export reports.
14
+ * 0-efficiency resources are no longer cut short when effort is reached.
15
+ * Include 'timingresolution' in export files.
16
+ * Check file name for illegal characters.
17
+ * Document the one day requirement for status in time sheets.
18
+ * Don't crash on bad working hour intervals.
19
+ * Don't crash when sorting is used for calculated attributes.
20
+ * Don't crash when report with navigator is hidden from that navigator.
21
+ * Properly escape ' in HTML popup boxes.
22
+ * Don't crash on scanner errors.
23
+ * Correctly document the 'tagfile' keyword.
24
+ * Use padding for all menu bar entries in reports.
25
+ * Months names in calendar reports are no longer cut off.
26
+ * Ensure that Clarity timesheets always show all projects in timesheets.
27
+ * Also process submitted sheets if the attachements were not properly detected.
28
+
29
+
1
30
  = Release 0.2.2 (2011-09-13)
2
31
 
3
32
  == New Features
@@ -1,3 +1,8 @@
1
+ /* WARNING: This is an automatically generated file. DO NOT EDIT IT!
2
+ * If you want to use your own style sheet, keep a master copy
3
+ * somewhere else and copy it over this file if needed. This file will
4
+ * be overwritten whenever the stylesheet that comes with TaskJuggler
5
+ * has been modified. */
1
6
  body {
2
7
  font-family:Bitstream Vera Sans, Tahoma, sans-serif;
3
8
  font-size:15px;
@@ -391,18 +396,32 @@ p.tj_journal {
391
396
  position:absolute;
392
397
  }
393
398
 
394
-
399
+ .navbar_topruler {
400
+ margin:7px 0px 0px 0px;
401
+ }
402
+ .navbar_midruler {
403
+ margin:5px 0px 0px 0px;
404
+ }
405
+ .navbar_bottomruler {
406
+ margin:5px 0px 7px 0px;
407
+ }
395
408
  .navbar_current {
396
409
  background-color:#606060;
397
410
  font-size:13px;
398
411
  font-weight:bold;
399
- color:#FFFFFF;
400
412
  padding:5px;
413
+ color:#FFFFFF;
401
414
  }
402
- .navbar_others {
415
+ .navbar_other {
403
416
  background-color:#FFFFFF;
404
417
  font-size:13px;
405
- padding:5px;
418
+ font-weight:bold;
419
+ padding:2px;
420
+ }
421
+ .navbar {
422
+ font-size:20px;
423
+ font-weight:bold;
424
+ padding:0px;
406
425
  }
407
426
  .copyright {
408
427
  font-size:9px;
@@ -410,4 +429,19 @@ p.tj_journal {
410
429
  text-align:center;
411
430
  margin-top:10px;
412
431
  }
432
+ div[codesection] {
433
+ border-width:2px;
434
+ border-color:#ABABAB;
435
+ border-style:solid;
436
+ background-color:#F0F0F0;
437
+ margin-top:8px;
438
+ margin-bottom:8px;
439
+ }
440
+ pre[codesection] {
441
+ padding-left:15px;
442
+ padding-right:15px;
443
+ padding-top:0px;
444
+ padding-bottom:0px;
445
+ }
446
+
413
447
 
data/data/tjp.vim CHANGED
@@ -1,7 +1,7 @@
1
1
  " Vim syntax file
2
2
  " Language: TaskJuggler
3
3
  " Maintainer: TaskJuggler Developers <taskjuggler-devel@googlegroups.com>
4
- " Last Change: Tue Sep 13 19:31:13 +0200 2011
4
+ " Last Change: 2011-11-01 11:35:00 +0100
5
5
  " This file was automatically generated by VimSyntax.rb
6
6
 
7
7
  if exists("b:current_syntax")
@@ -21,115 +21,61 @@ syn keyword tjp_macro macro contained
21
21
  syn keyword tjp_project project contained
22
22
  syn keyword tjp_supplement supplement contained
23
23
 
24
+ syn keyword tjp_account account contained
25
+ hi def link tjp_account Function
26
+ syn keyword tjp_export export contained
27
+ hi def link tjp_export Function
24
28
  syn keyword tjp_nikureport nikureport contained
25
29
  hi def link tjp_nikureport Function
26
- syn keyword tjp_scenario scenario contained
27
- hi def link tjp_scenario Function
28
- syn keyword tjp_shift shift contained
29
- hi def link tjp_shift Function
30
- syn keyword tjp_task task contained
31
- hi def link tjp_task Function
32
30
  syn keyword tjp_report_resourcereport resourcereport contained
33
31
  hi def link tjp_report_resourcereport Function
34
32
  syn keyword tjp_report_taskreport taskreport contained
35
33
  hi def link tjp_report_taskreport Function
36
34
  syn keyword tjp_report_textreport textreport contained
37
35
  hi def link tjp_report_textreport Function
38
- syn keyword tjp_timesheetreport timesheetreport contained
39
- hi def link tjp_timesheetreport Function
40
- syn keyword tjp_export export contained
41
- hi def link tjp_export Function
42
36
  syn keyword tjp_resource resource contained
43
37
  hi def link tjp_resource Function
44
- syn keyword tjp_account account contained
45
- hi def link tjp_account Function
38
+ syn keyword tjp_scenario scenario contained
39
+ hi def link tjp_scenario Function
40
+ syn keyword tjp_shift shift contained
41
+ hi def link tjp_shift Function
46
42
  syn keyword tjp_statussheetreport statussheetreport contained
47
43
  hi def link tjp_statussheetreport Function
48
44
  syn keyword tjp_task_statussheet task contained
49
45
  hi def link tjp_task_statussheet Function
46
+ syn keyword tjp_task task contained
47
+ hi def link tjp_task Function
48
+ syn keyword tjp_timesheetreport timesheetreport contained
49
+ hi def link tjp_timesheetreport Function
50
50
 
51
- syn keyword tjp_shifts_resource shifts contained
52
- hi def link tjp_shifts_resource Type
53
- syn keyword tjp_end_limit end contained
54
- hi def link tjp_end_limit Type
55
- syn keyword tjp_columns columns contained
56
- hi def link tjp_columns Type
57
- syn keyword tjp_depends depends contained
58
- hi def link tjp_depends Type
59
- syn keyword tjp_currency currency contained
60
- hi def link tjp_currency Type
61
- syn keyword tjp_note_task note contained
62
- hi def link tjp_note_task Type
63
- syn keyword tjp_epilog epilog contained
64
- hi def link tjp_epilog Type
65
- syn keyword tjp_sortjournalentries sortjournalentries contained
66
- hi def link tjp_sortjournalentries Type
67
- syn keyword tjp_period_limit period contained
68
- hi def link tjp_period_limit Type
69
- syn keyword tjp_period_column period contained
70
- hi def link tjp_period_column Type
71
- syn keyword tjp_vacation vacation
72
- hi def link tjp_vacation Type
73
- syn keyword tjp_halign_column halign contained
74
- hi def link tjp_halign_column Type
75
- syn keyword tjp_shift_task shift contained
76
- hi def link tjp_shift_task Type
77
- syn keyword tjp_shift_resource shift contained
78
- hi def link tjp_shift_resource Type
79
- syn keyword tjp_disabled disabled contained
80
- hi def link tjp_disabled Type
81
- syn keyword tjp_scenariospecific_extend scenariospecific contained
82
- hi def link tjp_scenariospecific_extend Type
83
- syn keyword tjp_center center contained
84
- hi def link tjp_center Type
85
- syn keyword tjp_shifts_task shifts contained
86
- hi def link tjp_shifts_task Type
87
- syn keyword tjp_listtype_column listtype contained
88
- hi def link tjp_listtype_column Type
89
- syn keyword tjp_celltext_column celltext contained
90
- hi def link tjp_celltext_column Type
91
- syn keyword tjp_mandatory mandatory contained
92
- hi def link tjp_mandatory Type
93
- syn keyword tjp_flags flags
94
- hi def link tjp_flags Type
95
- syn keyword tjp_formats formats contained
96
- hi def link tjp_formats Type
97
- syn keyword tjp_width_column width contained
98
- hi def link tjp_width_column Type
51
+ syn keyword tjp_credit credit contained
52
+ hi def link tjp_credit Type
53
+ syn keyword tjp_flags_account flags contained
54
+ hi def link tjp_flags_account Type
55
+ syn keyword tjp_allocate allocate contained
56
+ hi def link tjp_allocate Type
57
+ syn keyword tjp_alternative alternative contained
58
+ hi def link tjp_alternative Type
99
59
  syn keyword tjp_limits_allocate limits contained
100
60
  hi def link tjp_limits_allocate Type
101
- syn keyword tjp_resourceprefix resourceprefix contained
102
- hi def link tjp_resourceprefix Type
103
- syn keyword tjp_timesheet timesheet contained
104
- hi def link tjp_timesheet Type
105
- syn keyword tjp_rolluptask rolluptask contained
106
- hi def link tjp_rolluptask Type
107
- syn keyword tjp_balance balance
108
- hi def link tjp_balance Type
109
- syn keyword tjp_dailyworkinghours dailyworkinghours contained
110
- hi def link tjp_dailyworkinghours Type
111
- syn keyword tjp_strict_projection strict contained
112
- hi def link tjp_strict_projection Type
113
- syn keyword tjp_prolog prolog contained
114
- hi def link tjp_prolog Type
115
- syn keyword tjp_projectid_task projectid contained
116
- hi def link tjp_projectid_task Type
117
- syn keyword tjp_listitem_column listitem contained
118
- hi def link tjp_listitem_column Type
119
- syn keyword tjp_scenario_ical scenario contained
120
- hi def link tjp_scenario_ical Type
121
- syn keyword tjp_scheduling scheduling contained
122
- hi def link tjp_scheduling Type
123
- syn keyword tjp_weekstartsmonday weekstartsmonday contained
124
- hi def link tjp_weekstartsmonday Type
125
61
  syn keyword tjp_select select contained
126
62
  hi def link tjp_select Type
127
- syn keyword tjp_journalentry journalentry contained
128
- hi def link tjp_journalentry Type
129
- syn keyword tjp_fail fail contained
130
- hi def link tjp_fail Type
131
- syn keyword tjp_isfeatureof isfeatureof contained
132
- hi def link tjp_isfeatureof Type
63
+ syn keyword tjp_persistent persistent contained
64
+ hi def link tjp_persistent Type
65
+ syn keyword tjp_mandatory mandatory contained
66
+ hi def link tjp_mandatory Type
67
+ syn keyword tjp_shifts_allocate shift contained
68
+ hi def link tjp_shifts_allocate Type
69
+ syn keyword tjp_author author contained
70
+ hi def link tjp_author Type
71
+ syn keyword tjp_balance balance
72
+ hi def link tjp_balance Type
73
+ syn keyword tjp_overtime_booking overtime contained
74
+ hi def link tjp_overtime_booking Type
75
+ syn keyword tjp_sloppy_booking sloppy contained
76
+ hi def link tjp_sloppy_booking Type
77
+ syn keyword tjp_chargeset chargeset contained
78
+ hi def link tjp_chargeset Type
133
79
  syn keyword tjp_columnid_alert alert
134
80
  hi def link tjp_columnid_alert Type
135
81
  syn keyword tjp_columnid_alertmessages alertmessages
@@ -254,336 +200,390 @@ syn keyword tjp_columnid_weekly weekly
254
200
  hi def link tjp_columnid_weekly Type
255
201
  syn keyword tjp_columnid_yearly yearly
256
202
  hi def link tjp_columnid_yearly Type
257
- syn keyword tjp_copyright copyright
258
- hi def link tjp_copyright Type
259
- syn keyword tjp_rate_resource rate contained
260
- hi def link tjp_rate_resource Type
203
+ syn keyword tjp_celltext_column celltext contained
204
+ hi def link tjp_celltext_column Type
205
+ syn keyword tjp_cellcolor_column cellcolor contained
206
+ hi def link tjp_cellcolor_column Type
207
+ syn keyword tjp_end_column end contained
208
+ hi def link tjp_end_column Type
209
+ syn keyword tjp_fontcolor_column fontcolor contained
210
+ hi def link tjp_fontcolor_column Type
211
+ syn keyword tjp_halign_column halign contained
212
+ hi def link tjp_halign_column Type
213
+ syn keyword tjp_listitem_column listitem contained
214
+ hi def link tjp_listitem_column Type
215
+ syn keyword tjp_listtype_column listtype contained
216
+ hi def link tjp_listtype_column Type
217
+ syn keyword tjp_period_column period contained
218
+ hi def link tjp_period_column Type
219
+ syn keyword tjp_scale_column scale contained
220
+ hi def link tjp_scale_column Type
261
221
  syn keyword tjp_start_column start contained
262
222
  hi def link tjp_start_column Type
263
- syn keyword tjp_replace replace contained
264
- hi def link tjp_replace Type
265
- syn keyword tjp_dailymax dailymax contained
266
- hi def link tjp_dailymax Type
267
- syn keyword tjp_monthlymax monthlymax contained
268
- hi def link tjp_monthlymax Type
269
- syn keyword tjp_workinghours_project workinghours contained
270
- hi def link tjp_workinghours_project Type
271
- syn keyword tjp_efficiency efficiency contained
272
- hi def link tjp_efficiency Type
273
- syn keyword tjp_responsible responsible contained
274
- hi def link tjp_responsible Type
275
- syn keyword tjp_flags_report flags contained
276
- hi def link tjp_flags_report Type
277
- syn keyword tjp_managers managers contained
278
- hi def link tjp_managers Type
279
- syn keyword tjp_end end contained
280
- hi def link tjp_end Type
281
223
  syn keyword tjp_title_column title contained
282
224
  hi def link tjp_title_column Type
283
- syn keyword tjp_newtask newtask contained
284
- hi def link tjp_newtask Type
285
- syn keyword tjp_limits limits contained
286
- hi def link tjp_limits Type
287
- syn keyword tjp_reference_extend reference contained
288
- hi def link tjp_reference_extend Type
289
- syn keyword tjp_minimum minimum contained
290
- hi def link tjp_minimum Type
291
- syn keyword tjp_sloppy_booking sloppy contained
292
- hi def link tjp_sloppy_booking Type
293
- syn keyword tjp_sortresources sortresources contained
294
- hi def link tjp_sortresources Type
295
- syn keyword tjp_workinghours_shift workinghours contained
296
- hi def link tjp_workinghours_shift Type
297
- syn keyword tjp_timingresolution timingresolution contained
298
- hi def link tjp_timingresolution Type
299
- syn keyword tjp_caption caption contained
300
- hi def link tjp_caption Type
301
- syn keyword tjp_shift_timesheet shift contained
302
- hi def link tjp_shift_timesheet Type
225
+ syn keyword tjp_tooltip_column tooltip contained
226
+ hi def link tjp_tooltip_column Type
227
+ syn keyword tjp_width_column width contained
228
+ hi def link tjp_width_column Type
229
+ syn keyword tjp_currencyformat currencyformat contained
230
+ hi def link tjp_currencyformat Type
231
+ syn keyword tjp_details details contained
232
+ hi def link tjp_details Type
233
+ syn keyword tjp_definitions definitions contained
234
+ hi def link tjp_definitions Type
235
+ syn keyword tjp_resourceattributes resourceattributes contained
236
+ hi def link tjp_resourceattributes Type
303
237
  syn keyword tjp_scenarios_export scenarios contained
304
238
  hi def link tjp_scenarios_export Type
239
+ syn keyword tjp_taskattributes taskattributes contained
240
+ hi def link tjp_taskattributes Type
241
+ syn keyword tjp_timezone_export timezone contained
242
+ hi def link tjp_timezone_export Type
305
243
  syn keyword tjp_date_extend date contained
306
244
  hi def link tjp_date_extend Type
307
- syn keyword tjp_shorttimeformat shorttimeformat contained
308
- hi def link tjp_shorttimeformat Type
309
- syn keyword tjp_chargeset chargeset contained
310
- hi def link tjp_chargeset Type
245
+ syn keyword tjp_reference_extend reference contained
246
+ hi def link tjp_reference_extend Type
247
+ syn keyword tjp_richtext_extend richtext contained
248
+ hi def link tjp_richtext_extend Type
249
+ syn keyword tjp_text_extend text contained
250
+ hi def link tjp_text_extend Type
251
+ syn keyword tjp_inherit_extend inherit contained
252
+ hi def link tjp_inherit_extend Type
253
+ syn keyword tjp_scenariospecific_extend scenariospecific contained
254
+ hi def link tjp_scenariospecific_extend Type
255
+ syn keyword tjp_fail fail contained
256
+ hi def link tjp_fail Type
257
+ syn keyword tjp_formats formats contained
258
+ hi def link tjp_formats Type
259
+ syn keyword tjp_hasalert hasalert contained
260
+ hi def link tjp_hasalert Type
261
+ syn keyword tjp_isactive isactive contained
262
+ hi def link tjp_isactive Type
263
+ syn keyword tjp_ischildof ischildof contained
264
+ hi def link tjp_ischildof Type
265
+ syn keyword tjp_isdependencyof isdependencyof contained
266
+ hi def link tjp_isdependencyof Type
267
+ syn keyword tjp_isdutyof isdutyof contained
268
+ hi def link tjp_isdutyof Type
269
+ syn keyword tjp_isfeatureof isfeatureof contained
270
+ hi def link tjp_isfeatureof Type
271
+ syn keyword tjp_isleaf isleaf contained
272
+ hi def link tjp_isleaf Type
273
+ syn keyword tjp_ismilestone ismilestone contained
274
+ hi def link tjp_ismilestone Type
275
+ syn keyword tjp_isongoing isongoing contained
276
+ hi def link tjp_isongoing Type
277
+ syn keyword tjp_isresource isresource contained
278
+ hi def link tjp_isresource Type
311
279
  syn keyword tjp_istask istask contained
312
280
  hi def link tjp_istask Type
313
- syn keyword tjp_fontcolor_column fontcolor contained
314
- hi def link tjp_fontcolor_column Type
315
- syn keyword tjp_journalmode journalmode contained
316
- hi def link tjp_journalmode Type
317
- syn keyword tjp_booking_task booking contained
318
- hi def link tjp_booking_task Type
319
- syn keyword tjp_maxend maxend contained
320
- hi def link tjp_maxend Type
321
- syn keyword tjp_timeoff_nikureport timeoff contained
322
- hi def link tjp_timeoff_nikureport Type
323
- syn keyword tjp_persistent persistent contained
324
- hi def link tjp_persistent Type
325
- syn keyword tjp_overtime_booking overtime contained
326
- hi def link tjp_overtime_booking Type
327
- syn keyword tjp_minend minend contained
328
- hi def link tjp_minend Type
329
- syn keyword tjp_milestone milestone contained
330
- hi def link tjp_milestone Type
281
+ syn keyword tjp_treelevel treelevel contained
282
+ hi def link tjp_treelevel Type
283
+ syn keyword tjp_halign_center center
284
+ hi def link tjp_halign_center Type
285
+ syn keyword tjp_halign_left left
286
+ hi def link tjp_halign_left Type
331
287
  syn keyword tjp_halign_right right
332
288
  hi def link tjp_halign_right Type
289
+ syn keyword tjp_headline headline contained
290
+ hi def link tjp_headline Type
291
+ syn keyword tjp_hidejournalentry hidejournalentry contained
292
+ hi def link tjp_hidejournalentry Type
333
293
  syn keyword tjp_hideresource hideresource contained
334
294
  hi def link tjp_hideresource Type
335
- syn keyword tjp_projection projection contained
336
- hi def link tjp_projection Type
337
- syn keyword tjp_priority priority contained
338
- hi def link tjp_priority Type
339
- syn keyword tjp_period_report period contained
340
- hi def link tjp_period_report Type
341
- syn keyword tjp_timezone timezone contained
342
- hi def link tjp_timezone Type
343
- syn keyword tjp_tagfile tagfile contained
344
- hi def link tjp_tagfile Type
345
- syn keyword tjp_hidereport hidereport contained
346
- hi def link tjp_hidereport Type
347
- syn keyword tjp_selfcontained selfcontained contained
348
- hi def link tjp_selfcontained Type
295
+ syn keyword tjp_hidetask hidetask contained
296
+ hi def link tjp_hidetask Type
297
+ syn keyword tjp_icalreport icalreport contained
298
+ hi def link tjp_icalreport Type
299
+ syn keyword tjp_scenario_ical scenario contained
300
+ hi def link tjp_scenario_ical Type
301
+ syn keyword tjp_accountprefix accountprefix contained
302
+ hi def link tjp_accountprefix Type
303
+ syn keyword tjp_reportprefix reportprefix contained
304
+ hi def link tjp_reportprefix Type
305
+ syn keyword tjp_resourceprefix resourceprefix contained
306
+ hi def link tjp_resourceprefix Type
307
+ syn keyword tjp_taskprefix taskprefix contained
308
+ hi def link tjp_taskprefix Type
309
+ syn keyword tjp_journalattributes journalattributes contained
310
+ hi def link tjp_journalattributes Type
311
+ syn keyword tjp_journalentry journalentry contained
312
+ hi def link tjp_journalentry Type
349
313
  syn keyword tjp_alert alert contained
350
314
  hi def link tjp_alert Type
351
- syn keyword tjp_details details contained
352
- hi def link tjp_details Type
353
- syn keyword tjp_workinghours_resource workinghours contained
354
- hi def link tjp_workinghours_resource Type
355
- syn keyword tjp_limits_resource limits contained
356
- hi def link tjp_limits_resource Type
315
+ syn keyword tjp_flags_journalentry flags contained
316
+ hi def link tjp_flags_journalentry Type
317
+ syn keyword tjp_end_limit end contained
318
+ hi def link tjp_end_limit Type
319
+ syn keyword tjp_period_limit period contained
320
+ hi def link tjp_period_limit Type
321
+ syn keyword tjp_resources_limit resources contained
322
+ hi def link tjp_resources_limit Type
323
+ syn keyword tjp_start_limit start contained
324
+ hi def link tjp_start_limit Type
325
+ syn keyword tjp_dailymax dailymax contained
326
+ hi def link tjp_dailymax Type
327
+ syn keyword tjp_dailymin dailymin contained
328
+ hi def link tjp_dailymin Type
329
+ syn keyword tjp_maximum maximum contained
330
+ hi def link tjp_maximum Type
331
+ syn keyword tjp_minimum minimum contained
332
+ hi def link tjp_minimum Type
333
+ syn keyword tjp_monthlymax monthlymax contained
334
+ hi def link tjp_monthlymax Type
335
+ syn keyword tjp_monthlymin monthlymin contained
336
+ hi def link tjp_monthlymin Type
337
+ syn keyword tjp_weeklymax weeklymax contained
338
+ hi def link tjp_weeklymax Type
339
+ syn keyword tjp_weeklymin weeklymin contained
340
+ hi def link tjp_weeklymin Type
341
+ syn keyword tjp_navigator navigator contained
342
+ hi def link tjp_navigator Type
343
+ syn keyword tjp_hidereport hidereport contained
344
+ hi def link tjp_hidereport Type
345
+ syn keyword tjp_timeoff_nikureport timeoff contained
346
+ hi def link tjp_timeoff_nikureport Type
357
347
  syn keyword tjp_numberformat numberformat contained
358
348
  hi def link tjp_numberformat Type
359
- syn keyword tjp_adopt_task adopt contained
360
- hi def link tjp_adopt_task Type
361
- syn keyword tjp_sloppy_projection sloppy contained
362
- hi def link tjp_sloppy_projection Type
363
- syn keyword tjp_isleaf isleaf contained
364
- hi def link tjp_isleaf Type
349
+ syn keyword tjp_currency currency contained
350
+ hi def link tjp_currency Type
351
+ syn keyword tjp_dailyworkinghours dailyworkinghours contained
352
+ hi def link tjp_dailyworkinghours Type
353
+ syn keyword tjp_extend extend contained
354
+ hi def link tjp_extend Type
365
355
  syn keyword tjp_now now contained
366
356
  hi def link tjp_now Type
367
- syn keyword tjp_maxstart maxstart contained
368
- hi def link tjp_maxstart Type
369
- syn keyword tjp_cellcolor_column cellcolor contained
370
- hi def link tjp_cellcolor_column Type
357
+ syn keyword tjp_shorttimeformat shorttimeformat contained
358
+ hi def link tjp_shorttimeformat Type
359
+ syn keyword tjp_timingresolution timingresolution contained
360
+ hi def link tjp_timingresolution Type
371
361
  syn keyword tjp_trackingscenario trackingscenario contained
372
362
  hi def link tjp_trackingscenario Type
373
- syn keyword tjp_onstart onstart contained
374
- hi def link tjp_onstart Type
375
- syn keyword tjp_account_task account contained
376
- hi def link tjp_account_task Type
377
- syn keyword tjp_vacation_shift vacation contained
378
- hi def link tjp_vacation_shift Type
379
- syn keyword tjp_effort effort contained
380
- hi def link tjp_effort Type
381
- syn keyword tjp_sorttasks sorttasks contained
382
- hi def link tjp_sorttasks Type
383
- syn keyword tjp_definitions definitions contained
384
- hi def link tjp_definitions Type
385
- syn keyword tjp_resourceroot resourceroot contained
386
- hi def link tjp_resourceroot Type
387
- syn keyword tjp_hasalert hasalert contained
388
- hi def link tjp_hasalert Type
389
- syn keyword tjp_resources_limit resources contained
390
- hi def link tjp_resources_limit Type
391
- syn keyword tjp_treelevel treelevel contained
392
- hi def link tjp_treelevel Type
393
- syn keyword tjp_flags_task flags contained
394
- hi def link tjp_flags_task Type
395
- syn keyword tjp_endcredit endcredit contained
396
- hi def link tjp_endcredit Type
363
+ syn keyword tjp_weekstartsmonday weekstartsmonday contained
364
+ hi def link tjp_weekstartsmonday Type
365
+ syn keyword tjp_weekstartssunday weekstartssunday contained
366
+ hi def link tjp_weekstartssunday Type
367
+ syn keyword tjp_yearlyworkingdays yearlyworkingdays contained
368
+ hi def link tjp_yearlyworkingdays Type
369
+ syn keyword tjp_sloppy_projection sloppy contained
370
+ hi def link tjp_sloppy_projection Type
371
+ syn keyword tjp_strict_projection strict contained
372
+ hi def link tjp_strict_projection Type
373
+ syn keyword tjp_copyright copyright
374
+ hi def link tjp_copyright Type
375
+ syn keyword tjp_flags flags
376
+ hi def link tjp_flags Type
377
+ syn keyword tjp_limits limits contained
378
+ hi def link tjp_limits Type
379
+ syn keyword tjp_projectid projectid
380
+ hi def link tjp_projectid Type
381
+ syn keyword tjp_projectids projectids
382
+ hi def link tjp_projectids Type
383
+ syn keyword tjp_rate rate
384
+ hi def link tjp_rate Type
385
+ syn keyword tjp_vacation vacation
386
+ hi def link tjp_vacation Type
397
387
  syn keyword tjp_purge purge contained
398
388
  hi def link tjp_purge Type
399
- syn keyword tjp_priority_timesheet priority contained
400
- hi def link tjp_priority_timesheet Type
401
- syn keyword tjp_journalattributes journalattributes contained
402
- hi def link tjp_journalattributes Type
403
- syn keyword tjp_resourceattributes resourceattributes contained
404
- hi def link tjp_resourceattributes Type
405
- syn keyword tjp_dailymin dailymin contained
406
- hi def link tjp_dailymin Type
407
- syn keyword tjp_right right contained
408
- hi def link tjp_right Type
389
+ syn keyword tjp_caption caption contained
390
+ hi def link tjp_caption Type
391
+ syn keyword tjp_center center contained
392
+ hi def link tjp_center Type
393
+ syn keyword tjp_columns columns contained
394
+ hi def link tjp_columns Type
395
+ syn keyword tjp_epilog epilog contained
396
+ hi def link tjp_epilog Type
397
+ syn keyword tjp_flags_report flags contained
398
+ hi def link tjp_flags_report Type
409
399
  syn keyword tjp_footer footer contained
410
400
  hi def link tjp_footer Type
411
- syn keyword tjp_vacation_resource vacation contained
412
- hi def link tjp_vacation_resource Type
413
- syn keyword tjp_scenarios scenarios contained
414
- hi def link tjp_scenarios Type
415
- syn keyword tjp_monthlymin monthlymin contained
416
- hi def link tjp_monthlymin Type
417
- syn keyword tjp_projectid projectid
418
- hi def link tjp_projectid Type
419
- syn keyword tjp_isactive isactive contained
420
- hi def link tjp_isactive Type
421
- syn keyword tjp_end_column end contained
422
- hi def link tjp_end_column Type
423
- syn keyword tjp_statussheet statussheet contained
424
- hi def link tjp_statussheet Type
425
- syn keyword tjp_allocate allocate contained
426
- hi def link tjp_allocate Type
427
- syn keyword tjp_limits_task limits contained
428
- hi def link tjp_limits_task Type
429
- syn keyword tjp_task_timesheet task contained
430
- hi def link tjp_task_timesheet Type
431
- syn keyword tjp_tooltip_column tooltip contained
432
- hi def link tjp_tooltip_column Type
433
- syn keyword tjp_work work contained
434
- hi def link tjp_work Type
435
- syn keyword tjp_charge charge contained
436
- hi def link tjp_charge Type
437
- syn keyword tjp_ismilestone ismilestone contained
438
- hi def link tjp_ismilestone Type
401
+ syn keyword tjp_header header contained
402
+ hi def link tjp_header Type
403
+ syn keyword tjp_journalmode journalmode contained
404
+ hi def link tjp_journalmode Type
439
405
  syn keyword tjp_left left contained
440
406
  hi def link tjp_left Type
441
- syn keyword tjp_hidejournalentry hidejournalentry contained
442
- hi def link tjp_hidejournalentry Type
443
- syn keyword tjp_summary summary contained
444
- hi def link tjp_summary Type
445
- syn keyword tjp_ischildof ischildof contained
446
- hi def link tjp_ischildof Type
447
- syn keyword tjp_timezone_shift timezone contained
448
- hi def link tjp_timezone_shift Type
449
407
  syn keyword tjp_loadunit loadunit contained
450
408
  hi def link tjp_loadunit Type
451
- syn keyword tjp_halign_left left
452
- hi def link tjp_halign_left Type
453
- syn keyword tjp_richtext_extend richtext contained
454
- hi def link tjp_richtext_extend Type
455
- syn keyword tjp_period_task period contained
456
- hi def link tjp_period_task Type
457
- syn keyword tjp_weeklymax weeklymax contained
458
- hi def link tjp_weeklymax Type
459
- syn keyword tjp_warn warn contained
460
- hi def link tjp_warn Type
461
- syn keyword tjp_duration duration contained
462
- hi def link tjp_duration Type
463
409
  syn keyword tjp_opennodes opennodes contained
464
410
  hi def link tjp_opennodes Type
465
- syn keyword tjp_length length contained
466
- hi def link tjp_length Type
467
- syn keyword tjp_isdependencyof isdependencyof contained
468
- hi def link tjp_isdependencyof Type
469
- syn keyword tjp_scheduled scheduled contained
470
- hi def link tjp_scheduled Type
471
- syn keyword tjp_isongoing isongoing contained
472
- hi def link tjp_isongoing Type
473
- syn keyword tjp_headline headline contained
474
- hi def link tjp_headline Type
411
+ syn keyword tjp_prolog prolog contained
412
+ hi def link tjp_prolog Type
413
+ syn keyword tjp_right right contained
414
+ hi def link tjp_right Type
415
+ syn keyword tjp_scenarios scenarios contained
416
+ hi def link tjp_scenarios Type
417
+ syn keyword tjp_selfcontained selfcontained contained
418
+ hi def link tjp_selfcontained Type
419
+ syn keyword tjp_resourceroot resourceroot contained
420
+ hi def link tjp_resourceroot Type
421
+ syn keyword tjp_taskroot taskroot contained
422
+ hi def link tjp_taskroot Type
423
+ syn keyword tjp_timezone_report timezone contained
424
+ hi def link tjp_timezone_report Type
425
+ syn keyword tjp_end_report end contained
426
+ hi def link tjp_end_report Type
427
+ syn keyword tjp_period_report period contained
428
+ hi def link tjp_period_report Type
429
+ syn keyword tjp_start_report start contained
430
+ hi def link tjp_start_report Type
431
+ syn keyword tjp_title title contained
432
+ hi def link tjp_title Type
433
+ syn keyword tjp_email email contained
434
+ hi def link tjp_email Type
435
+ syn keyword tjp_efficiency efficiency contained
436
+ hi def link tjp_efficiency Type
437
+ syn keyword tjp_flags_resource flags contained
438
+ hi def link tjp_flags_resource Type
475
439
  syn keyword tjp_booking_resource booking contained
476
440
  hi def link tjp_booking_resource Type
477
- syn keyword tjp_alternative alternative contained
478
- hi def link tjp_alternative Type
479
- syn keyword tjp_shifts_allocate shift contained
480
- hi def link tjp_shifts_allocate Type
481
- syn keyword tjp_flags_timesheet flags contained
482
- hi def link tjp_flags_timesheet Type
483
- syn keyword tjp_remaining remaining contained
484
- hi def link tjp_remaining Type
485
- syn keyword tjp_status_statussheet status contained
486
- hi def link tjp_status_statussheet Type
487
- syn keyword tjp_weekstartssunday weekstartssunday contained
488
- hi def link tjp_weekstartssunday Type
489
- syn keyword tjp_onend onend contained
490
- hi def link tjp_onend Type
491
- syn keyword tjp_taskprefix taskprefix contained
492
- hi def link tjp_taskprefix Type
493
- syn keyword tjp_rate rate
494
- hi def link tjp_rate Type
495
- syn keyword tjp_author author contained
496
- hi def link tjp_author Type
441
+ syn keyword tjp_limits_resource limits contained
442
+ hi def link tjp_limits_resource Type
443
+ syn keyword tjp_managers managers contained
444
+ hi def link tjp_managers Type
445
+ syn keyword tjp_rate_resource rate contained
446
+ hi def link tjp_rate_resource Type
447
+ syn keyword tjp_shift_resource shift contained
448
+ hi def link tjp_shift_resource Type
449
+ syn keyword tjp_shifts_resource shifts contained
450
+ hi def link tjp_shifts_resource Type
451
+ syn keyword tjp_vacation_resource vacation contained
452
+ hi def link tjp_vacation_resource Type
453
+ syn keyword tjp_rollupresource rollupresource contained
454
+ hi def link tjp_rollupresource Type
455
+ syn keyword tjp_rolluptask rolluptask contained
456
+ hi def link tjp_rolluptask Type
497
457
  syn keyword tjp_active active contained
498
458
  hi def link tjp_active Type
499
- syn keyword tjp_start start contained
500
- hi def link tjp_start Type
459
+ syn keyword tjp_disabled disabled contained
460
+ hi def link tjp_disabled Type
501
461
  syn keyword tjp_enabled enabled contained
502
462
  hi def link tjp_enabled Type
503
- syn keyword tjp_header header contained
504
- hi def link tjp_header Type
463
+ syn keyword tjp_projection projection contained
464
+ hi def link tjp_projection Type
465
+ syn keyword tjp_replace replace contained
466
+ hi def link tjp_replace Type
467
+ syn keyword tjp_timezone_shift timezone contained
468
+ hi def link tjp_timezone_shift Type
469
+ syn keyword tjp_vacation_shift vacation contained
470
+ hi def link tjp_vacation_shift Type
471
+ syn keyword tjp_sortjournalentries sortjournalentries contained
472
+ hi def link tjp_sortjournalentries Type
473
+ syn keyword tjp_sortresources sortresources contained
474
+ hi def link tjp_sortresources Type
475
+ syn keyword tjp_sorttasks sorttasks contained
476
+ hi def link tjp_sorttasks Type
505
477
  syn keyword tjp_flags_statussheet flags contained
506
478
  hi def link tjp_flags_statussheet Type
507
- syn keyword tjp_status_timesheet status contained
508
- hi def link tjp_status_timesheet Type
509
- syn keyword tjp_flags_journalentry flags contained
510
- hi def link tjp_flags_journalentry Type
511
- syn keyword tjp_end_timesheet end contained
512
- hi def link tjp_end_timesheet Type
513
- syn keyword tjp_reportprefix reportprefix contained
514
- hi def link tjp_reportprefix Type
515
- syn keyword tjp_start_report start contained
516
- hi def link tjp_start_report Type
517
- syn keyword tjp_startcredit startcredit contained
518
- hi def link tjp_startcredit Type
519
- syn keyword tjp_start_limit start contained
520
- hi def link tjp_start_limit Type
479
+ syn keyword tjp_status_statussheet status contained
480
+ hi def link tjp_status_statussheet Type
481
+ syn keyword tjp_statussheet statussheet contained
482
+ hi def link tjp_statussheet Type
483
+ syn keyword tjp_summary summary contained
484
+ hi def link tjp_summary Type
485
+ syn keyword tjp_tagfile tagfile contained
486
+ hi def link tjp_tagfile Type
487
+ syn keyword tjp_adopt_task adopt contained
488
+ hi def link tjp_adopt_task Type
489
+ syn keyword tjp_note_task note contained
490
+ hi def link tjp_note_task Type
491
+ syn keyword tjp_gapduration gapduration contained
492
+ hi def link tjp_gapduration Type
521
493
  syn keyword tjp_gaplength gaplength contained
522
494
  hi def link tjp_gaplength Type
523
- syn keyword tjp_halign_center center
524
- hi def link tjp_halign_center Type
525
- syn keyword tjp_title title contained
526
- hi def link tjp_title Type
527
- syn keyword tjp_icalreport icalreport contained
528
- hi def link tjp_icalreport Type
529
- syn keyword tjp_hidetask hidetask contained
530
- hi def link tjp_hidetask Type
531
- syn keyword tjp_rollupresource rollupresource contained
532
- hi def link tjp_rollupresource Type
533
- syn keyword tjp_flags_account flags contained
534
- hi def link tjp_flags_account Type
495
+ syn keyword tjp_onend onend contained
496
+ hi def link tjp_onend Type
497
+ syn keyword tjp_onstart onstart contained
498
+ hi def link tjp_onstart Type
499
+ syn keyword tjp_period_task period contained
500
+ hi def link tjp_period_task Type
501
+ syn keyword tjp_account_task account contained
502
+ hi def link tjp_account_task Type
503
+ syn keyword tjp_booking_task booking contained
504
+ hi def link tjp_booking_task Type
505
+ syn keyword tjp_charge charge contained
506
+ hi def link tjp_charge Type
535
507
  syn keyword tjp_complete complete contained
536
508
  hi def link tjp_complete Type
537
- syn keyword tjp_currencyformat currencyformat contained
538
- hi def link tjp_currencyformat Type
539
- syn keyword tjp_taskattributes taskattributes contained
540
- hi def link tjp_taskattributes Type
541
- syn keyword tjp_timezone_export timezone contained
542
- hi def link tjp_timezone_export Type
543
- syn keyword tjp_maximum maximum contained
544
- hi def link tjp_maximum Type
545
- syn keyword tjp_extend extend contained
546
- hi def link tjp_extend Type
547
- syn keyword tjp_credit credit contained
548
- hi def link tjp_credit Type
549
- syn keyword tjp_precedes precedes contained
550
- hi def link tjp_precedes Type
551
- syn keyword tjp_projectids projectids
552
- hi def link tjp_projectids Type
553
- syn keyword tjp_taskroot taskroot contained
554
- hi def link tjp_taskroot Type
555
- syn keyword tjp_yearlyworkingdays yearlyworkingdays contained
556
- hi def link tjp_yearlyworkingdays Type
557
- syn keyword tjp_isresource isresource contained
558
- hi def link tjp_isresource Type
559
- syn keyword tjp_navigator navigator contained
560
- hi def link tjp_navigator Type
509
+ syn keyword tjp_depends depends contained
510
+ hi def link tjp_depends Type
511
+ syn keyword tjp_duration duration contained
512
+ hi def link tjp_duration Type
513
+ syn keyword tjp_effort effort contained
514
+ hi def link tjp_effort Type
515
+ syn keyword tjp_end end contained
516
+ hi def link tjp_end Type
517
+ syn keyword tjp_endcredit endcredit contained
518
+ hi def link tjp_endcredit Type
519
+ syn keyword tjp_flags_task flags contained
520
+ hi def link tjp_flags_task Type
521
+ syn keyword tjp_length length contained
522
+ hi def link tjp_length Type
523
+ syn keyword tjp_limits_task limits contained
524
+ hi def link tjp_limits_task Type
525
+ syn keyword tjp_maxend maxend contained
526
+ hi def link tjp_maxend Type
527
+ syn keyword tjp_maxstart maxstart contained
528
+ hi def link tjp_maxstart Type
529
+ syn keyword tjp_milestone milestone contained
530
+ hi def link tjp_milestone Type
531
+ syn keyword tjp_minend minend contained
532
+ hi def link tjp_minend Type
561
533
  syn keyword tjp_minstart minstart contained
562
534
  hi def link tjp_minstart Type
563
- syn keyword tjp_end_report end contained
564
- hi def link tjp_end_report Type
565
- syn keyword tjp_timezone_report timezone contained
566
- hi def link tjp_timezone_report Type
567
- syn keyword tjp_inherit_extend inherit contained
568
- hi def link tjp_inherit_extend Type
569
- syn keyword tjp_isdutyof isdutyof contained
570
- hi def link tjp_isdutyof Type
571
- syn keyword tjp_flags_resource flags contained
572
- hi def link tjp_flags_resource Type
573
- syn keyword tjp_scale_column scale contained
574
- hi def link tjp_scale_column Type
575
- syn keyword tjp_gapduration gapduration contained
576
- hi def link tjp_gapduration Type
577
- syn keyword tjp_weeklymin weeklymin contained
578
- hi def link tjp_weeklymin Type
579
- syn keyword tjp_text_extend text contained
580
- hi def link tjp_text_extend Type
535
+ syn keyword tjp_startcredit startcredit contained
536
+ hi def link tjp_startcredit Type
537
+ syn keyword tjp_precedes precedes contained
538
+ hi def link tjp_precedes Type
539
+ syn keyword tjp_priority priority contained
540
+ hi def link tjp_priority Type
541
+ syn keyword tjp_projectid_task projectid contained
542
+ hi def link tjp_projectid_task Type
543
+ syn keyword tjp_responsible responsible contained
544
+ hi def link tjp_responsible Type
545
+ syn keyword tjp_scheduled scheduled contained
546
+ hi def link tjp_scheduled Type
547
+ syn keyword tjp_scheduling scheduling contained
548
+ hi def link tjp_scheduling Type
549
+ syn keyword tjp_shift_task shift contained
550
+ hi def link tjp_shift_task Type
551
+ syn keyword tjp_shifts_task shifts contained
552
+ hi def link tjp_shifts_task Type
553
+ syn keyword tjp_start start contained
554
+ hi def link tjp_start Type
581
555
  syn keyword tjp_timeformat timeformat contained
582
556
  hi def link tjp_timeformat Type
583
- syn keyword tjp_email email contained
584
- hi def link tjp_email Type
585
- syn keyword tjp_accountprefix accountprefix contained
586
- hi def link tjp_accountprefix Type
557
+ syn keyword tjp_timesheet timesheet contained
558
+ hi def link tjp_timesheet Type
559
+ syn keyword tjp_newtask newtask contained
560
+ hi def link tjp_newtask Type
561
+ syn keyword tjp_shift_timesheet shift contained
562
+ hi def link tjp_shift_timesheet Type
563
+ syn keyword tjp_task_timesheet task contained
564
+ hi def link tjp_task_timesheet Type
565
+ syn keyword tjp_timezone timezone contained
566
+ hi def link tjp_timezone Type
567
+ syn keyword tjp_flags_timesheet flags contained
568
+ hi def link tjp_flags_timesheet Type
569
+ syn keyword tjp_status_timesheet status contained
570
+ hi def link tjp_status_timesheet Type
571
+ syn keyword tjp_end_timesheet end contained
572
+ hi def link tjp_end_timesheet Type
573
+ syn keyword tjp_priority_timesheet priority contained
574
+ hi def link tjp_priority_timesheet Type
575
+ syn keyword tjp_remaining remaining contained
576
+ hi def link tjp_remaining Type
577
+ syn keyword tjp_work work contained
578
+ hi def link tjp_work Type
579
+ syn keyword tjp_warn warn contained
580
+ hi def link tjp_warn Type
581
+ syn keyword tjp_workinghours_project workinghours contained
582
+ hi def link tjp_workinghours_project Type
583
+ syn keyword tjp_workinghours_resource workinghours contained
584
+ hi def link tjp_workinghours_resource Type
585
+ syn keyword tjp_workinghours_shift workinghours contained
586
+ hi def link tjp_workinghours_shift Type
587
587
 
588
588
  syn match tjparg contained /\${.*}/
589
589
  syn match tjpcomment /#.*$/
@@ -594,57 +594,57 @@ syn match tjpdate /\s\d\{4}-\d\{1,2}-\d\{1,2}\(-\d\{1,2}:\d\{1,2}\(:\d\{1,2}\)\?
594
594
  syn match tjptime /\s\d\{1,2}:\d\d\(:\d\d\)\?/
595
595
 
596
596
  syn cluster tjpcommon contains=tjpcomment,tjpdate,tjptime,tjpstring,tjpnumber
597
- syn region tjpblk_columns start=/^\s*columns\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_columns,tjp_tooltip_column,tjp_halign_column,tjp_start_column,tjp_listitem_column,tjp_fontcolor_column,tjp_end_column,tjp_period_column,tjp_listtype_column,tjp_cellcolor_column,tjp_celltext_column,tjp_width_column,tjp_scale_column,tjp_title_column contained
598
- syn region tjpblk_depends start=/^\s*depends\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_depends,tjp_onend,tjp_onstart,tjp_gapduration,tjp_gaplength contained
599
- syn region tjpblk_nikureport start=/^\s*nikureport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_nikureport,tjp_hidetask,tjp_title,tjp_period_report,tjp_end_report,tjp_formats,tjp_start_report,tjp_headline,tjp_hideresource,tjp_timeoff_nikureport,tjp_numberformat
600
- syn region tjpblk_limits_allocate start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_allocate,tjp_maximum,tjpblk_maximum,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymin,tjpblk_weeklymin,tjp_monthlymax,tjpblk_monthlymax,tjp_dailymax,tjpblk_dailymax,tjp_weeklymax,tjpblk_weeklymax,tjp_minimum,tjpblk_minimum,tjp_dailymin,tjpblk_dailymin contained
601
- syn region tjpblk_timesheet start=/^\s*timesheet\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_timesheet,tjp_status_timesheet,tjpblk_status_timesheet,tjp_shift_timesheet,tjp_task_timesheet,tjpblk_task_timesheet,tjp_newtask,tjpblk_newtask
602
- syn region tjpblk_supplement_resource start=/^\s*supplement resource\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_supplement_resource,tjp_supplement_resource,tjpblk_supplement_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_resource,tjpblk_resource,tjp_flags_resource,tjp_fail,tjp_limits_resource,tjpblk_limits_resource,tjp_shift_resource,tjp_warn,tjp_efficiency,tjp_managers,tjp_rate_resource,tjp_workinghours_resource,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_email,tjp_supplement contained
603
- syn region tjpblk_scenario start=/^\s*scenario\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_scenario,tjp_projection,tjpblk_projection,tjp_enabled,tjp_scenario,tjpblk_scenario,tjp_disabled,tjp_active contained
604
- syn region tjpblk_journalentry start=/^\s*journalentry\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_journalentry,tjp_author,tjp_flags_journalentry,tjp_alert,tjp_summary,tjp_details contained
605
- syn region tjpblk_include_properties start=/^\s*include\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_include_properties,tjp_resourceprefix,tjp_taskprefix,tjp_accountprefix,tjp_reportprefix
606
- syn region tjpblk_dailymax start=/^\s*dailymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_dailymax,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
607
- syn region tjpblk_monthlymax start=/^\s*monthlymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_monthlymax,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
608
- syn region tjpblk_shift start=/^\s*shift\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_shift,tjp_vacation_shift,tjp_timezone_shift,tjp_workinghours_shift,tjp_replace,tjp_shift,tjpblk_shift
609
- syn region tjpblk_newtask start=/^\s*newtask\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_newtask,tjp_status_timesheet,tjpblk_status_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_work,tjp_end_timesheet contained
610
- syn region tjpblk_limits start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits,tjp_maximum,tjpblk_maximum,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymin,tjpblk_weeklymin,tjp_monthlymax,tjpblk_monthlymax,tjp_dailymax,tjpblk_dailymax,tjp_weeklymax,tjpblk_weeklymax,tjp_minimum,tjpblk_minimum,tjp_dailymin,tjpblk_dailymin
611
- syn region tjpblk_reference_extend start=/^\s*reference\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_reference_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
612
- syn region tjpblk_minimum start=/^\s*minimum\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_minimum,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
597
+ syn region tjpblk_account start=/^\s*account\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_account,tjp_account,tjpblk_account,tjp_credit,tjp_flags_account
598
+ syn region tjpblk_allocate start=/^\s*allocate\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_allocate,tjp_alternative,tjp_limits_allocate,tjpblk_limits_allocate,tjp_select,tjp_persistent,tjp_mandatory,tjp_shifts_allocate contained
599
+ syn region tjpblk_limits_allocate start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_allocate,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin contained
600
+ syn region tjpblk_export start=/^\s*export\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_export,tjp_definitions,tjp_hideresource,tjp_hidetask,tjp_end_report,tjp_period_report,tjp_start_report,tjp_resourceattributes,tjp_rollupresource,tjp_rolluptask,tjp_scenarios_export,tjp_taskattributes,tjp_timezone_export
613
601
  syn region tjpblk_date_extend start=/^\s*date\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_date_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
614
- syn region tjpblk_booking_task start=/^\s*booking\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_booking_task,tjp_overtime_booking,tjp_sloppy_booking contained
615
- syn region tjpblk_projection start=/^\s*projection\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_projection,tjp_strict_projection,tjp_sloppy_projection contained
616
- syn region tjpblk_tagfile start=/^\s*tagfile\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_tagfile,tjp_hidetask,tjp_rollupresource,tjp_hideresource,tjp_rolluptask
617
- syn region tjpblk_limits_resource start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_resource,tjp_maximum,tjpblk_maximum,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymin,tjpblk_weeklymin,tjp_monthlymax,tjpblk_monthlymax,tjp_dailymax,tjpblk_dailymax,tjp_weeklymax,tjpblk_weeklymax,tjp_minimum,tjpblk_minimum,tjp_dailymin,tjpblk_dailymin contained
618
- syn region tjpblk_task start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task,tjp_chargeset,tjp_minend,tjp_minstart,tjp_shift_task,tjp_effort,tjp_booking_task,tjpblk_booking_task,tjp_length,tjp_milestone,tjp_flags_task,tjp_responsible,tjp_scheduling,tjp_shifts_task,tjp_task,tjpblk_task,tjp_fail,tjp_maxend,tjp_priority,tjp_start,tjp_adopt_task,tjp_startcredit,tjp_warn,tjp_charge,tjp_end,tjp_note_task,tjp_allocate,tjpblk_allocate,tjp_duration,tjp_limits_task,tjpblk_limits_task,tjp_maxstart,tjp_precedes,tjpblk_precedes,tjp_projectid_task,tjp_supplement_task,tjpblk_supplement_task,tjp_journalentry,tjpblk_journalentry,tjp_period_task,tjp_scheduled,tjp_complete,tjp_depends,tjpblk_depends,tjp_endcredit,tjp_account_task,tjp_purge
619
- syn region tjpblk_dailymin start=/^\s*dailymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_dailymin,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
620
- syn region tjpblk_supplement_task start=/^\s*supplement task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_supplement_task,tjp_chargeset,tjp_minend,tjp_minstart,tjp_shift_task,tjp_effort,tjp_booking_task,tjpblk_booking_task,tjp_length,tjp_milestone,tjp_flags_task,tjp_responsible,tjp_scheduling,tjp_shifts_task,tjp_task,tjpblk_task,tjp_fail,tjp_maxend,tjp_priority,tjp_start,tjp_adopt_task,tjp_startcredit,tjp_warn,tjp_charge,tjp_end,tjp_note_task,tjp_allocate,tjpblk_allocate,tjp_duration,tjp_limits_task,tjpblk_limits_task,tjp_maxstart,tjp_precedes,tjpblk_precedes,tjp_projectid_task,tjp_supplement_task,tjpblk_supplement_task,tjp_journalentry,tjpblk_journalentry,tjp_period_task,tjp_scheduled,tjp_complete,tjp_depends,tjpblk_depends,tjp_endcredit,tjp_account_task,tjp_purge,tjp_supplement contained
621
- syn region tjpblk_monthlymin start=/^\s*monthlymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_monthlymin,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
622
- syn region tjpblk_statussheet start=/^\s*statussheet\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_statussheet,tjp_task_statussheet,tjpblk_task_statussheet
623
- syn region tjpblk_allocate start=/^\s*allocate\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_allocate,tjp_limits_allocate,tjpblk_limits_allocate,tjp_shifts_allocate,tjp_persistent,tjp_select,tjp_alternative,tjp_mandatory contained
624
- syn region tjpblk_limits_task start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_task,tjp_maximum,tjpblk_maximum,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymin,tjpblk_weeklymin,tjp_monthlymax,tjpblk_monthlymax,tjp_dailymax,tjpblk_dailymax,tjp_weeklymax,tjpblk_weeklymax,tjp_minimum,tjpblk_minimum,tjp_dailymin,tjpblk_dailymin contained
625
- syn region tjpblk_task_timesheet start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task_timesheet,tjp_status_timesheet,tjpblk_status_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_work,tjp_end_timesheet contained
602
+ syn region tjpblk_reference_extend start=/^\s*reference\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_reference_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
626
603
  syn region tjpblk_richtext_extend start=/^\s*richtext\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_richtext_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
627
- syn region tjpblk_weeklymax start=/^\s*weeklymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_weeklymax,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
628
- syn region tjpblk_booking_resource start=/^\s*booking\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_booking_resource,tjp_overtime_booking,tjp_sloppy_booking contained
629
- syn region tjpblk_report_resourcereport start=/^\s*resourcereport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_resourcereport,tjp_selfcontained,tjp_scenarios,tjp_hidetask,tjp_title,tjp_sorttasks,tjp_period_report,tjp_opennodes,tjp_end_report,tjp_caption,tjp_taskroot,tjp_report,tjpblk_report,tjp_formats,tjp_flags_report,tjp_loadunit,tjp_sortresources,tjp_journalattributes,tjp_hidejournalentry,tjp_header,tjp_center,tjp_timezone_report,tjp_start_report,tjp_balance,tjp_resourceroot,tjp_headline,tjp_epilog,tjp_sortjournalentries,tjp_timeformat,tjp_rollupresource,tjp_right,tjp_hideresource,tjp_footer,tjp_rolluptask,tjp_journalmode,tjp_purge,tjp_prolog,tjp_numberformat,tjp_left,tjp_currencyformat,tjp_columns,tjpblk_columns
630
- syn region tjpblk_report_taskreport start=/^\s*taskreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_taskreport,tjp_selfcontained,tjp_scenarios,tjp_hidetask,tjp_title,tjp_sorttasks,tjp_period_report,tjp_opennodes,tjp_end_report,tjp_caption,tjp_taskroot,tjp_report,tjpblk_report,tjp_formats,tjp_flags_report,tjp_loadunit,tjp_sortresources,tjp_journalattributes,tjp_hidejournalentry,tjp_header,tjp_center,tjp_timezone_report,tjp_start_report,tjp_balance,tjp_resourceroot,tjp_headline,tjp_epilog,tjp_sortjournalentries,tjp_timeformat,tjp_rollupresource,tjp_right,tjp_hideresource,tjp_footer,tjp_rolluptask,tjp_journalmode,tjp_purge,tjp_prolog,tjp_numberformat,tjp_left,tjp_currencyformat,tjp_columns,tjpblk_columns
631
- syn region tjpblk_report_textreport start=/^\s*textreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_textreport,tjp_selfcontained,tjp_scenarios,tjp_hidetask,tjp_title,tjp_sorttasks,tjp_period_report,tjp_opennodes,tjp_end_report,tjp_caption,tjp_taskroot,tjp_report,tjpblk_report,tjp_formats,tjp_flags_report,tjp_loadunit,tjp_sortresources,tjp_journalattributes,tjp_hidejournalentry,tjp_header,tjp_center,tjp_timezone_report,tjp_start_report,tjp_balance,tjp_resourceroot,tjp_headline,tjp_epilog,tjp_sortjournalentries,tjp_timeformat,tjp_rollupresource,tjp_right,tjp_hideresource,tjp_footer,tjp_rolluptask,tjp_journalmode,tjp_purge,tjp_prolog,tjp_numberformat,tjp_left,tjp_currencyformat,tjp_columns,tjpblk_columns
632
- syn region tjpblk_status_statussheet start=/^\s*status\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_status_statussheet,tjp_author,tjp_summary,tjp_details,tjp_flags_statussheet contained
633
- syn region tjpblk_timesheetreport start=/^\s*timesheetreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_timesheetreport,tjp_period_report,tjp_end_report,tjp_start_report,tjp_hideresource
634
- syn region tjpblk_status_timesheet start=/^\s*status\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_status_timesheet,tjp_summary,tjp_flags_timesheet,tjp_details contained
635
- syn region tjpblk_project start=/^\s*project\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_project,tjp_timezone,tjp_currency,tjp_trackingscenario,tjp_shorttimeformat,tjp_scenario,tjpblk_scenario,tjp_now,tjp_weekstartsmonday,tjp_include_project,tjp_yearlyworkingdays,tjp_timingresolution,tjp_weekstartssunday,tjp_journalentry,tjpblk_journalentry,tjp_timeformat,tjp_workinghours_project,tjp_numberformat,tjp_extend,tjpblk_extend,tjp_dailyworkinghours,tjp_currencyformat
636
- syn region tjpblk_icalreport start=/^\s*icalreport\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_icalreport,tjp_scenario_ical,tjp_hidetask,tjp_period_report,tjp_end_report,tjp_hidejournalentry,tjp_start_report,tjp_rollupresource,tjp_hideresource,tjp_rolluptask
637
- syn region tjpblk_maximum start=/^\s*maximum\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_maximum,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
638
- syn region tjpblk_extend start=/^\s*extend\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_extend,tjp_reference_extend,tjpblk_reference_extend,tjp_date_extend,tjpblk_date_extend,tjp_richtext_extend,tjpblk_richtext_extend,tjp_text_extend,tjpblk_text_extend contained
639
- syn region tjpblk_precedes start=/^\s*precedes\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_precedes,tjp_onend,tjp_onstart,tjp_gapduration,tjp_gaplength contained
640
- syn region tjpblk_export start=/^\s*export\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_export,tjp_hidetask,tjp_period_report,tjp_end_report,tjp_scenarios_export,tjp_resourceattributes,tjp_start_report,tjp_definitions,tjp_timezone_export,tjp_taskattributes,tjp_rollupresource,tjp_hideresource,tjp_rolluptask
641
- syn region tjpblk_resource start=/^\s*resource\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_resource,tjp_supplement_resource,tjpblk_supplement_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_resource,tjpblk_resource,tjp_flags_resource,tjp_fail,tjp_limits_resource,tjpblk_limits_resource,tjp_shift_resource,tjp_warn,tjp_efficiency,tjp_managers,tjp_rate_resource,tjp_workinghours_resource,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_email
642
- syn region tjpblk_navigator start=/^\s*navigator\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_navigator,tjp_hidereport
643
- syn region tjpblk_account start=/^\s*account\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_account,tjp_account,tjpblk_account,tjp_flags_account,tjp_credit
644
- syn region tjpblk_statussheetreport start=/^\s*statussheetreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_statussheetreport,tjp_hidetask,tjp_sorttasks,tjp_period_report,tjp_end_report,tjp_sortresources,tjp_start_report,tjp_hideresource
645
- syn region tjpblk_weeklymin start=/^\s*weeklymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_weeklymin,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
646
604
  syn region tjpblk_text_extend start=/^\s*text\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_text_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
647
- syn region tjpblk_task_statussheet start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task_statussheet,tjp_task_statussheet,tjpblk_task_statussheet,tjp_status_statussheet,tjpblk_status_statussheet contained
605
+ syn region tjpblk_icalreport start=/^\s*icalreport\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_icalreport,tjp_hideresource,tjp_hidejournalentry,tjp_hidetask,tjp_end_report,tjp_period_report,tjp_start_report,tjp_rollupresource,tjp_rolluptask,tjp_scenario_ical
606
+ syn region tjpblk_journalentry start=/^\s*journalentry\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_journalentry,tjp_alert,tjp_author,tjp_flags_journalentry,tjp_summary,tjp_details contained
607
+ syn region tjpblk_dailymax start=/^\s*dailymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_dailymax,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
608
+ syn region tjpblk_dailymin start=/^\s*dailymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_dailymin,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
609
+ syn region tjpblk_maximum start=/^\s*maximum\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_maximum,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
610
+ syn region tjpblk_minimum start=/^\s*minimum\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_minimum,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
611
+ syn region tjpblk_monthlymax start=/^\s*monthlymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_monthlymax,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
612
+ syn region tjpblk_monthlymin start=/^\s*monthlymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_monthlymin,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
613
+ syn region tjpblk_weeklymax start=/^\s*weeklymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_weeklymax,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
614
+ syn region tjpblk_weeklymin start=/^\s*weeklymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_weeklymin,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
615
+ syn region tjpblk_navigator start=/^\s*navigator\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_navigator,tjp_hidereport
616
+ syn region tjpblk_nikureport start=/^\s*nikureport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_nikureport,tjp_formats,tjp_headline,tjp_hideresource,tjp_hidetask,tjp_numberformat,tjp_end_report,tjp_period_report,tjp_start_report,tjp_title,tjp_timeoff_nikureport
617
+ syn region tjpblk_extend start=/^\s*extend\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_extend,tjp_date_extend,tjpblk_date_extend,tjp_reference_extend,tjpblk_reference_extend,tjp_richtext_extend,tjpblk_richtext_extend,tjp_text_extend,tjpblk_text_extend contained
618
+ syn region tjpblk_project start=/^\s*project\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_project,tjp_currencyformat,tjp_currency,tjp_dailyworkinghours,tjp_extend,tjpblk_extend,tjp_include_project,tjp_journalentry,tjpblk_journalentry,tjp_now,tjp_numberformat,tjp_scenario,tjpblk_scenario,tjp_shorttimeformat,tjp_timeformat,tjp_timezone,tjp_timingresolution,tjp_trackingscenario,tjp_weekstartsmonday,tjp_weekstartssunday,tjp_workinghours_project,tjp_yearlyworkingdays
619
+ syn region tjpblk_limits start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin
620
+ syn region tjpblk_include_properties start=/^\s*include\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_include_properties,tjp_accountprefix,tjp_reportprefix,tjp_resourceprefix,tjp_taskprefix
621
+ syn region tjpblk_report_resourcereport start=/^\s*resourcereport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_resourcereport,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideresource,tjp_hidetask,tjp_journalattributes,tjp_journalmode,tjp_left,tjp_loadunit,tjp_numberformat,tjp_opennodes,tjp_period_report,tjp_prolog,tjp_purge,tjp_report,tjpblk_report,tjp_right,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortjournalentries,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
622
+ syn region tjpblk_report_taskreport start=/^\s*taskreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_taskreport,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideresource,tjp_hidetask,tjp_journalattributes,tjp_journalmode,tjp_left,tjp_loadunit,tjp_numberformat,tjp_opennodes,tjp_period_report,tjp_prolog,tjp_purge,tjp_report,tjpblk_report,tjp_right,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortjournalentries,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
623
+ syn region tjpblk_report_textreport start=/^\s*textreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_textreport,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideresource,tjp_hidetask,tjp_journalattributes,tjp_journalmode,tjp_left,tjp_loadunit,tjp_numberformat,tjp_opennodes,tjp_period_report,tjp_prolog,tjp_purge,tjp_report,tjpblk_report,tjp_right,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortjournalentries,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
624
+ syn region tjpblk_columns start=/^\s*columns\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_columns,tjp_celltext_column,tjp_cellcolor_column,tjp_end_column,tjp_fontcolor_column,tjp_halign_column,tjp_listitem_column,tjp_listtype_column,tjp_period_column,tjp_scale_column,tjp_start_column,tjp_title_column,tjp_tooltip_column,tjp_width_column contained
625
+ syn region tjpblk_resource start=/^\s*resource\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_resource,tjp_email,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_resource,tjpblk_resource,tjp_efficiency,tjp_flags_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_fail,tjp_limits_resource,tjpblk_limits_resource,tjp_managers,tjp_rate_resource,tjp_shift_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_warn,tjp_workinghours_resource,tjp_supplement_resource,tjpblk_supplement_resource
626
+ syn region tjpblk_supplement_resource start=/^\s*supplement resource\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_supplement_resource,tjp_email,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_resource,tjpblk_resource,tjp_efficiency,tjp_flags_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_fail,tjp_limits_resource,tjpblk_limits_resource,tjp_managers,tjp_rate_resource,tjp_shift_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_warn,tjp_workinghours_resource,tjp_supplement_resource,tjpblk_supplement_resource,tjp_supplement contained
627
+ syn region tjpblk_booking_resource start=/^\s*booking\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_booking_resource,tjp_overtime_booking,tjp_sloppy_booking contained
628
+ syn region tjpblk_limits_resource start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_resource,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin contained
629
+ syn region tjpblk_scenario start=/^\s*scenario\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_scenario,tjp_active,tjp_disabled,tjp_enabled,tjp_projection,tjpblk_projection,tjp_scenario,tjpblk_scenario contained
630
+ syn region tjpblk_projection start=/^\s*projection\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_projection,tjp_sloppy_projection,tjp_strict_projection contained
631
+ syn region tjpblk_shift start=/^\s*shift\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_shift,tjp_shift,tjpblk_shift,tjp_replace,tjp_timezone_shift,tjp_vacation_shift,tjp_workinghours_shift
632
+ syn region tjpblk_status_statussheet start=/^\s*status\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_status_statussheet,tjp_author,tjp_details,tjp_flags_statussheet,tjp_summary contained
633
+ syn region tjpblk_statussheet start=/^\s*statussheet\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_statussheet,tjp_task_statussheet,tjpblk_task_statussheet
634
+ syn region tjpblk_statussheetreport start=/^\s*statussheetreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_statussheetreport,tjp_hideresource,tjp_hidetask,tjp_end_report,tjp_period_report,tjp_start_report,tjp_sortresources,tjp_sorttasks
635
+ syn region tjpblk_task_statussheet start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task_statussheet,tjp_status_statussheet,tjpblk_status_statussheet,tjp_task_statussheet,tjpblk_task_statussheet contained
636
+ syn region tjpblk_tagfile start=/^\s*tagfile\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_tagfile,tjp_hideresource,tjp_hidetask,tjp_rollupresource,tjp_rolluptask
637
+ syn region tjpblk_task start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task,tjp_adopt_task,tjp_journalentry,tjpblk_journalentry,tjp_note_task,tjp_purge,tjp_supplement_task,tjpblk_supplement_task,tjp_task,tjpblk_task,tjp_account_task,tjp_allocate,tjpblk_allocate,tjp_booking_task,tjpblk_booking_task,tjp_charge,tjp_chargeset,tjp_complete,tjp_depends,tjpblk_depends,tjp_duration,tjp_effort,tjp_end,tjp_endcredit,tjp_flags_task,tjp_fail,tjp_length,tjp_limits_task,tjpblk_limits_task,tjp_maxend,tjp_maxstart,tjp_milestone,tjp_minend,tjp_minstart,tjp_startcredit,tjp_period_task,tjp_precedes,tjpblk_precedes,tjp_priority,tjp_projectid_task,tjp_responsible,tjp_scheduled,tjp_scheduling,tjp_shift_task,tjp_shifts_task,tjp_start,tjp_warn
638
+ syn region tjpblk_supplement_task start=/^\s*supplement task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_supplement_task,tjp_adopt_task,tjp_journalentry,tjpblk_journalentry,tjp_note_task,tjp_purge,tjp_supplement_task,tjpblk_supplement_task,tjp_task,tjpblk_task,tjp_account_task,tjp_allocate,tjpblk_allocate,tjp_booking_task,tjpblk_booking_task,tjp_charge,tjp_chargeset,tjp_complete,tjp_depends,tjpblk_depends,tjp_duration,tjp_effort,tjp_end,tjp_endcredit,tjp_flags_task,tjp_fail,tjp_length,tjp_limits_task,tjpblk_limits_task,tjp_maxend,tjp_maxstart,tjp_milestone,tjp_minend,tjp_minstart,tjp_startcredit,tjp_period_task,tjp_precedes,tjpblk_precedes,tjp_priority,tjp_projectid_task,tjp_responsible,tjp_scheduled,tjp_scheduling,tjp_shift_task,tjp_shifts_task,tjp_start,tjp_warn,tjp_supplement contained
639
+ syn region tjpblk_booking_task start=/^\s*booking\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_booking_task,tjp_overtime_booking,tjp_sloppy_booking contained
640
+ syn region tjpblk_depends start=/^\s*depends\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_depends,tjp_gapduration,tjp_gaplength,tjp_onend,tjp_onstart contained
641
+ syn region tjpblk_limits_task start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_task,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin contained
642
+ syn region tjpblk_precedes start=/^\s*precedes\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_precedes,tjp_gapduration,tjp_gaplength,tjp_onend,tjp_onstart contained
643
+ syn region tjpblk_timesheet start=/^\s*timesheet\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_timesheet,tjp_newtask,tjpblk_newtask,tjp_shift_timesheet,tjp_status_timesheet,tjpblk_status_timesheet,tjp_task_timesheet,tjpblk_task_timesheet
644
+ syn region tjpblk_newtask start=/^\s*newtask\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_newtask,tjp_end_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_status_timesheet,tjpblk_status_timesheet,tjp_work contained
645
+ syn region tjpblk_task_timesheet start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task_timesheet,tjp_end_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_status_timesheet,tjpblk_status_timesheet,tjp_work contained
646
+ syn region tjpblk_timesheetreport start=/^\s*timesheetreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_timesheetreport,tjp_hideresource,tjp_end_report,tjp_period_report,tjp_start_report
647
+ syn region tjpblk_status_timesheet start=/^\s*status\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_status_timesheet,tjp_details,tjp_flags_timesheet,tjp_summary contained
648
648
  syn region tjpblk_macro start=/macro\s\+\h\w*\s*\[/ end=/\]$/ transparent fold contains=ALL
649
649
  syn region tjpstring start=/"/ skip=/\\"/ end=/"/
650
650
  syn region tjpstring start=/'/ skip=/\\'/ end=/'/