Skip to content

Commit 7c66cfc

Browse files
authoredJul 2, 2020
AutoHotkey: Added missing "format" built-in (#2450)
1 parent a3416bf commit 7c66cfc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎components/prism-autohotkey.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎components/prism-autohotkey.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tests/languages/autohotkey/builtin_feature.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ exp
2222
fileexist
2323
Fileopen
2424
floor
25+
format
2526
il_add
2627
il_create
2728
il_destroy
@@ -108,6 +109,7 @@ __Set
108109
["builtin", "fileexist"],
109110
["builtin", "Fileopen"],
110111
["builtin", "floor"],
112+
["builtin", "format"],
111113
["builtin", "il_add"],
112114
["builtin", "il_create"],
113115
["builtin", "il_destroy"],

0 commit comments

Comments
 (0)
Please sign in to comment.