Re: Can`t display CallTips for Lua

"'Neil Hodgson' via scite-interest" <[email protected]> Fri, 19 Jul 2024 11:47:46 +1000
Newsgroups gmane.editors.scite.general
Message-ID <[email protected]>
Gavin Holt:

> I have removed the space, but I'm still unable to show calltips.

This property takes a lexer name rather than a file glob. So

calltip.$(file.patterns.lua).word.characters=.:$(chars.alpha)$(chars.numeric)_

   should be

calltip.lua.word.characters=.:$(chars.alpha)$(chars.numeric)_

   Neil

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/AE1EFDB2-EDC4-45EF-9F40-354B86F031E2%40me.com.