Skip to content

Commit 7784469

Browse files
committed
Add Vector functions to keyword linker
1 parent 84b1cde commit 7784469

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/public/mta-keyword_linker.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ const wantedScopes = new Set([
1212
const luaGlobals = new Set(["_G", "_VERSION", "math.pi", "math.huge"]);
1313

1414
const customLinks = new Map([
15-
15+
["Vector4", "/reference/Vector4"],
16+
["Vector3", "/reference/Vector3"],
17+
["Vector2", "/reference/Vector2"]
1618
]);
1719

1820
function extractFunctions(tmLanguage, textContent) {

0 commit comments

Comments
 (0)