Sublime Forum

Java .tmLanguage Method Call

#1

While working on my plugin, I discovered something odd. In the Java .tmLanguage, there is no scoped assigned for method calls. For example: someObj.getValue() If I show the scope, the last thing that’s assigned is meta.method.body.java

However, in Python, if I have: self.view.substr(some_region) I get the scope: meta.function-call.python for substr.

While I can probably make a workaround as far as my plugin is concerned, it seems unusual that the Java support is lacking…

0 Likes