Hy everybody,
I just realize that HTM syntax has potentially errors in scope naming.
(I dont’t know where i have to write this)
When i write tags in html files for tables (e.g. table, tr, th, …), the scope name defined is .inline. :
text.html.basic meta.tag.inline.table.html entity.name.tag.inline.table.html
I suppose this is an error because these tags are block tags.
If i’m right, is it possible to correct this as soon as possible please ?
I write sublime plugin using scope names and i would like to exclude the scope containing inline.
Unfortunatly, my plugin does not run correctly because of this.
Thank’s for your help.