name: GTDalt fileTypes:

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:

foldingStopMarker: ^s*ends*$ keyEquivalent: ^~G