name: GTDalt fileTypes:
-
gtd
-
gtdlog
scopeName: text.gtdalt repository:
title: name: constant.other.title.gtdalt match: \S+(?:\s+\S+)*?(?=\s*(?:\[\d+\]|(?:due|at|from):|$)) date: captures: "1": name: keyword.operator.due.gtdalt "2": name: punctuation.separator.key-value.due.gtdalt "3": name: string.quoted.other.timestamp.due.gtdalt "4": name: punctuation.definition.due.gtdalt "5": name: punctuation.definition.due.gtdalt match: ((?:due|at|from)(:))((\[)\d{4}-\d{2}-\d{2}(\])) note: name: support.other.note.gtdalt captures: "1": name: punctuation.definition.note.gtdalt "2": name: punctuation.definition.note.gtdalt match: (\[)\d+(\]) link: captures: "1": name: punctuation.definition.link.gtdalt "2": name: markup.underline.link.gtdalt "3": name: punctuation.definition.link.gtdalt match: (<)([^>]*)(>)
uuid: C36472BD-A8CD-4613-A595-CEFB052E6181 foldingStartMarker: ^s*project patterns:
-
name: meta.project.begin.gtdalt endCaptures:
"0": name: meta.line.project.end.gtdalt "1": name: keyword.control.project.end.gtdalt
begin: ^s*(project)s+(.*)(n) beginCaptures:
"0": name: meta.line.project.begin.gtdalt "1": name: keyword.control.project.begin.gtdalt "2": name: entity.name.section.project.title.gtdalt "3": name: meta.project.newline.gtdalt
end: ^s*(end)s* patterns:
-
include: $self
-
-
name: meta.action.only-context.gtdalt captures:
"1": name: storage.type.context.action.gtdalt "2": name: punctuation.definition.context.action.gtdalt
match: ^s*((@)S++n)
-
name: meta.action.gtdalt begin: ^s*((@)S++s) beginCaptures:
"1": name: storage.type.context.action.gtdalt "2": name: punctuation.definition.context.action.gtdalt
end: n|$ patterns:
-
include: “#note”
-
include: “#date”
-
include: “#title”
-
-
name: meta.action.completed.gtdalt captures:
"6": name: punctuation.definition.date.gtdalt "0": name: comment.line.number-sign.action.completed.gtdalt "2": name: punctuation.definition.completed.gtdalt "3": name: punctuation.definition.completed.gtdalt "4": name: string.quoted.other.timestamp.action.completed.gtdalt "5": name: punctuation.definition.date.gtdalt
match: ^((#)completed(:))(())s*(.*)
-
name: meta.note.gtdalt begin: ^(([)d+(])) beginCaptures:
"1": name: support.other.note.gtdalt "2": name: punctuation.definition.note.note.gtdalt "3": name: punctuation.definition.note.note.gtdalt
end: n|$ patterns:
-
include: “#link”
-
-
name: meta.action.archived.gtdalt captures:
"6": name: storage.type.context.action.archived.gtdalt "7": name: comment.line.slash.action.archived.gtdalt "1": name: punctuation.separator.archived.gtdalt "2": name: string.quoted.other.timestamp.action.archived.gtdalt "3": name: punctuation.separator.archived.gtdalt "4": name: support.other.project.action.archived.gtdalt "5": name: punctuation.separator.archived.gtdalt
match: ^(/)(d{4}-d{2}-d{2})(/)([^/]+)(/)(@S+)s++(.*)$
-
name: meta.project.archived.gtdalt captures:
"1": name: punctuation.separator.archived.gtdalt "2": name: string.quoted.other.timestamp.project.archived.gtdalt "3": name: punctuation.separator.archived.gtdalt "4": name: support.other.project.archived.gtdalt
match: ^(/)(d{4}-d{2}-d{2})(/)([^/]+)$
-
name: comment.line.number-sign.generic.gtdalt captures:
"1": name: punctuation.definition.comment.gtdalt
match: ^(#)s+.*$
foldingStopMarker: ^s*ends*$ keyEquivalent: ^~G