Skip to content

DST 0.3.0

Latest
Compare
Choose a tag to compare
@Deruago Deruago released this 04 Dec 20:10
· 5 commits to master since this release

Overview

DST 0.3.0 adds 1 new feature called "Alternative Fields". Currently the only field available in the settings part of DST is:

{{variable}} = <>

This field makes it difficult to use the characters: "<" and ">", alternative fields fix this, by allowing different characters to be used to start the right hand side. Making the characters available.
E.g.:

{{variable}} = #<template<typename T>>#

Instead of:

{{variable}} = <template{{left_angle_bracket}}typename T{{right_angle_bracket}}>