How to make vue files (under less) support EMMET under sublime

cannot use emmet under VUE file using sublime,
is there any way to solve this problem?
GOOGLE see only the scheme of ATOM, but not the

of SUBLIME.

downloaded a vue sinppets plug-in that can use emmet under template and normal style tags

but if you add lang= "less" to style, you cannot use emmet

Dec.14,2021

@ bmxklyzj
I haven't found a way for a long time

finally take care of it by yourself. Open the keyboard of EMMET to set up key binding-user
and add the following information

< hr >
{
        "keys": [
            "tab"
        ],
        "args": {
            "action": "expand_abbreviation"
        },
        "command": "run_emmet_action",
        "context": [
            {
                "key": "emmet_action_enabled.expand_abbreviation"
            }
        ]
    }

usually used tab, can only be changed to ctrl+e shortcut key in vue file


use vscode


< H1 > absolutely feasible answer < / H1 >

the key lies in the scope of the ememt plug-in. Find the following configuration:

"css_completions_scope": "source.css - meta.selector.css - meta.property-value.css, source.scss - meta.selector.scss - meta.property-value.scss, source.less - meta.selector.css - meta.property-value.css",

if you still want to use ememt, under stylus syntax sugar, just follow the lead:

source.stylus - meta.selector.css - meta.property-value.css

is fine!

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b20e-2ba75.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b20e-2ba75.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?