Sublime Forum

Completion with regex or params

#1

Hi,
Is there a way to create a completion like that:
{"trigger": "footer-([0-9])", "contents": "<footer id='$1'></footer>"}

Where $1 is the footer id that we get in the trigger part

0 Likes