In AutoHotkey.sublime-completions file, LV_Add() miss a '$' character

Created by: tmplinshi

Original:

{ "trigger": "LV_Add()", "contents": "LV_Add({1:[Options}, ${2:Col1}, ${3:Col2}, ${4:...]})" },

Need change to:

{ "trigger": "LV_Add()", "contents": "LV_Add(${1:[Options}, ${2:Col1}, ${3:Col2}, ${4:...]})" },