Skip to content

3.2.0

Compare
Choose a tag to compare
@jotaen jotaen released this 19 Aug 10:47
· 1 commit to main since this release

Update syntax highlighting for tags, according to the latest klog file format specification:

  • Tags can contain dashes, e.g. #tag-with-dashes. (#under_scores had already been allowed before.)
  • Tags can have values, e.g. #tag=value
    • Values are delimited by a = from the tag name. You can use them for additional meta-data. Real-life examples: #project=175 or #movie=pulp-fiction
    • Values can be quoted, e.g. #movie="Pulp Fiction" or #movie='Pulp Fiction'