thqby/vscode-autohotkey2-lsp

[Suggestion:] 希望能给已经识别到的Tag(如TODO),提供高亮选项。

Opened this issue · 3 comments

目前两款能高亮TODO的插件均已停更一年多,大量bug未修:
image

故希望能为插件支持识别的Tag提供高亮选项。如果取消某类tag的高亮(默认为取消状态),则跟原先颜色(即comment颜色)相同。

对应的textmate scopes是什么?

奇怪,textmate scopes识别为comment.line.ahk2
image
但是QuickOpen命令输入@却能识别到:
image

Strange, textmate scopesit is recognized as comment.line.ahk2.

I think he meant what is the scope of the highlighted comments in the other plugins maybe?

I think you would create your own scopes @thqby
I implemented something similar a while back when i was messing with a v1 lexer and I had it as comment.line.keyword.ahk

wher keyword was something that I added myself.