We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b1cde commit 7784469Copy full SHA for 7784469
1 file changed
web/public/mta-keyword_linker.js
@@ -12,7 +12,9 @@ const wantedScopes = new Set([
12
const luaGlobals = new Set(["_G", "_VERSION", "math.pi", "math.huge"]);
13
14
const customLinks = new Map([
15
-
+ ["Vector4", "/reference/Vector4"],
16
+ ["Vector3", "/reference/Vector3"],
17
+ ["Vector2", "/reference/Vector2"]
18
]);
19
20
function extractFunctions(tmLanguage, textContent) {
0 commit comments