Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'qualified this' (this@Activity) is not correctly highlighted #35

Open
valen214 opened this issue Mar 4, 2019 · 0 comments
Open

'qualified this' (this@Activity) is not correctly highlighted #35

valen214 opened this issue Mar 4, 2019 · 0 comments

Comments

@valen214
Copy link

valen214 commented Mar 4, 2019

this@Activity.setContentView(R.a.b)
//            ^ these are also highlighted as keywords

poposed solution:
changing '/syntaxes/Kotlin.tmLanguage': line 624:
from

line 624:            <string>\b(this|super)\b</string>

to

line 624:            <string>\b(this|super)(@\w+)?\b</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant