Hello,
Sorry for my broken english, i try my best.
We are finishing adding XPX language to Sublime Text control package.
The XPX language, like HTML language, owns a list of inline tags (like img in HTML).
Examples of XPX block tags : , , , , …
Examples of XPX inline tags : , , , …
I’d been looking for a week how to declare my inline tags in the exception list of close_tag function to prevent close_tag to close the tag as a block tag (get the previous tag).
I read many times html_completions.py but no trace to help me. I’ve tried many of tests non success.
I suppose that when close_tag is called, it refers to a list of inline tags.
How can i complete this list for my context (text.html.xpx) with my inline tags list ?
I tried also many commands to prevent close_tag to run but nothing run correctly.
Thank’s for your help.
Sincerely yours.
P. Milon