Steps to replicate the issue (include links if applicable):
- Edit a Scribunto module
- Start typing
What happens?:
Live autocompletion (enabled in T377663) suggests keywords based on all available programming languages, instead of just Scribunto keywords.
What should have happened instead?:
Live autocompletion only suggests local keywords or Scribunto-specific keywords
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
1.44.0-wmf.4 (a8dd895)
Other information (browser name/version, screenshots, etc.):
In this screenshot, typing "if" suggested "difftime" (C), "gcinfo" (java), and "getinfo" (any number of languages, but not Scribunto).
