You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Sublime text4.
I am using Emmte.
I am using Emmte! and then ctrl+e to expand the HTML document template.
I want to change
<html lang="en"> to <html lang="ja">.
But I can't change it by any method I can find on the net.
In my case, I have settings, but no settings-user.
So, even if I enter the following code into Emmet.sublime.settings.
I would appreciate it if you could tell me where I can modify it to change it to ja.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
miracle777
changed the title
I want to change <html lang="en"> to <html lang="en">.
I want to change <html lang="en"> to <html lang="ja">.
Sep 28, 2022
I am using Sublime text4.
I am using Emmte.
I am using Emmte! and then ctrl+e to expand the HTML document template.
I want to change
<html lang="en"> to <html lang="ja">.
But I can't change it by any method I can find on the net.
In my case, I have settings, but no settings-user.
So, even if I enter the following code into Emmet.sublime.settings.
I would appreciate it if you could tell me where I can modify it to change it to ja.
Thank you in advance.
{
"snippets": {
"variables": {
"lang": "ja",
"locale": "ja-JP",
"charset": "UTF-8",,
"newline": "\n",
"indentation": "\t"
}
}
}
`
The text was updated successfully, but these errors were encountered: