syntax: lua: correct the word boundaries on standard library functions
Functions such as "io.close" should only be highlighted when the
package name ("io") is a word by itself, otherwise code such as
"fooio.close" gets unexpected partial highlighting.
Signed-off-by:
Tom Levy <tomlevy93@gmail.com>
Showing
+10 -10
Please register or sign in to comment