Sublime Forum

Python Syntax Highlight

#1

Hello,

Is there any specific reason why user functions are not syntax highlighted in the PythonLanguage.tmtheme file?

I noticed that in C there is a highlight for say:

my_senseless_function(some, argument);

Though in python when using something like:

my_sensless_function(data, data)

That is not highlighted in the definition of the function.

I know the files are highly configurable, so how could I achieve such a behavior?

0 Likes