Hello. Is it possible in a tmLanguage file to scope something if it is preceded by another, named, scope? I’m thinking of:
library_name.methodcall()
I can find the . methodcall and (, but can I look at the scope before the dot? Kinda like “include only”. Andy.