Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body, html{
margin: 0;
@Rokkido
Rokkido / emmet-for-jsx.js
Last active January 7, 2021 23:16
Добавляет emmet в JSX
{
"keys": ["tab"],
"command": "expand_abbreviation_by_tab",
"context": [
{
"operand": "source.js, text.html",
"operator": "equal",
"match_all": true,
"key": "selector"
},