Skip to content

Instantly share code, notes, and snippets.

@prof3ssorSt3v3
Created May 3, 2021 19:44
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prof3ssorSt3v3/6a9a38e217eb13559e5020dab112721d to your computer and use it in GitHub Desktop.
Save prof3ssorSt3v3/6a9a38e217eb13559e5020dab112721d to your computer and use it in GitHub Desktop.
Emmet customizations. Sample snippets.json file.
{
"html": {
"snippets": {
"!!": "{<!DOCTYPE html>}>html[lang='${lang}']>(head>meta[charset='${charset}']+meta[http-equiv='X-UA-Compatible'][content='IE=edge']+meta[name='viewport'][content='width=device-width,initial-scale=1.0']+link:css+title>{${title}${1}})+(body>(header>h1>{${title}})+(main>h2>{Page Title})+(footer>p>{&copy;})+script:src)",
"nav:3": "nav>a.navlink[href='#']*3>{Link $}",
"nav:4": "nav>a.navlink[href='#']*4>{Link $}"
}
}
}
@codeaddictayaz
Copy link

thanks at 40 learning to code from u thank u

@yanurK
Copy link

yanurK commented Mar 20, 2024

thanks for the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment