Skip to content

Commit

Permalink
Autocompletion for category API
Browse files Browse the repository at this point in the history
  • Loading branch information
Resike committed Aug 28, 2018
1 parent 3a24dd1 commit e39a05e
Show file tree
Hide file tree
Showing 1,438 changed files with 14,365 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,11 @@
{"trigger": "WarGameRespond\t(accept)", "contents": "WarGameRespond(${1:accept})$0"},
{"trigger": "WithdrawGuildBankMoney\t(amount)", "contents": "WithdrawGuildBankMoney(${1:amount})$0"},
{"trigger": "WrapTextInColorCode\t(text, colorHexString)", "contents": "WrapTextInColorCode(\"${1:text}\", \"${2:colorHexString}\")$0"},





{"trigger": "_AbbreviateLargeNumbers\t(\"value\")", "contents": "${1:formattedValue} = AbbreviateLargeNumbers(\"${2:value}\")$0"},
{"trigger": "_AbbreviateNumbers\t(\"value\")", "contents": "${1:formattedValue} = AbbreviateNumbers(\"${2:value}\")$0"},
{"trigger": "_ActionHasRange\t(slot)", "contents": "${1:hasRange} = ActionHasRange(${2:slot})$0"},
Expand Down

This file was deleted.

Loading

0 comments on commit e39a05e

Please sign in to comment.