Sublime Forum

expand_selection to tag not working with html table tag

#1

hi

i am like use
{ “keys”: “ctrl+shift+a”], “command”: “expand_selection”, “args”: {“to”: “tag”} },
and
{ “keys”: “ctrl+shift+”], “command”: “fold” },
{ “keys”: “ctrl+shift+]”], “command”: “unfold” },

but … when i work @ html
i can not expand_selection to tag about “table”

[code]















“Cursor here and put ctrl+shift+a” aaa
aaa aaa
[/code]

it will expand_selection the “div tag” , i need expand_selection the “th tag”

i had try to edit “HTML.tmLanguage” add new Scope like
“punctuation.definition.tag.table.begin.html”
“punctuation.definition.tag.table.end.html”
but just work in the “Color Scheme”

so ~
how to fix my issue ??

thank you!

(
sorry english not good ~
If you can not understand my question
let me know
)

0 Likes