visual-studio-code icon indicating copy to clipboard operation
visual-studio-code copied to clipboard

some function calls in python not getting colored properly

Open hanakin opened this issue 6 months ago • 0 comments

I noticed a function cal i add not getting colored properly when inspecting these are the scopes I had to add to "name": "Function names", to fix it

"meta.function-call.generic.python",
"meta.function-call.python"

my use was as follows

def function
	for
		for
			if column_count != 3:
				base_type = find_normal_base_type(item_type)

hanakin avatar Jul 06 '25 14:07 hanakin