Skip to content

Commit 2a6a654

Browse files
committed
Add "nil" as special case to keyword linker
1 parent e78332f commit 2a6a654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/public/mta-keyword_linker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function extractFunctions(tmLanguage, textContent) {
6262
});
6363

6464
luaGlobals.forEach(name => result.add(name));
65+
result.add("nil");
6566

6667
return Array.from(result);
6768
}

0 commit comments

Comments
 (0)