mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
WEB-65717 Remove outdated Zen HTML live templates
GitOrigin-RevId: b83629499b4e65f7a2edb8f97121ea920ceb29e4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4239ee801c
commit
55028919bd
@@ -1216,14 +1216,6 @@
|
||||
<option name="TSX_HTML" value="true"/>
|
||||
</context>
|
||||
</template>
|
||||
<template description="<html xmlns="http://www.w3.org/1999/xhtml">...</html>" name="html:xml" toReformat="true"
|
||||
toShortenFQNames="true" value="<html xmlns="http://www.w3.org/1999/xhtml">$END$</html>">
|
||||
<context>
|
||||
<option name="HTML_TEXT" value="true"/>
|
||||
<option name="JSX_HTML" value="true"/>
|
||||
<option name="TSX_HTML" value="true"/>
|
||||
</context>
|
||||
</template>
|
||||
<template description="<keygen>" name="keygen" toReformat="true" toShortenFQNames="true" value="<keygen>">
|
||||
<context>
|
||||
<option name="HTML_TEXT" value="true"/>
|
||||
@@ -1742,56 +1734,6 @@
|
||||
</context>
|
||||
</template>
|
||||
|
||||
<template description="" name="html:4t" toReformat="true" toShortenFQNames="true"
|
||||
value="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>">
|
||||
<variable alwaysStopAt="true" defaultValue=""en"" expression="" name="ENV_LANG"/>
|
||||
<variable alwaysStopAt="true" defaultValue=""Document"" expression="" name="TITLE"/>
|
||||
<context>
|
||||
<option name="HTML_TEXT" value="true"/>
|
||||
<option name="JSX_HTML" value="true"/>
|
||||
<option name="TSX_HTML" value="true"/>
|
||||
</context>
|
||||
</template>
|
||||
<template description="" name="html:4s" toReformat="true" toShortenFQNames="true"
|
||||
value="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>">
|
||||
<variable alwaysStopAt="true" defaultValue=""en"" expression="" name="ENV_LANG"/>
|
||||
<variable alwaysStopAt="true" defaultValue=""Document"" expression="" name="TITLE"/>
|
||||
<context>
|
||||
<option name="HTML_TEXT" value="true"/>
|
||||
<option name="JSX_HTML" value="true"/>
|
||||
<option name="TSX_HTML" value="true"/>
|
||||
</context>
|
||||
</template>
|
||||
<template description="" name="html:xt" toReformat="true" toShortenFQNames="true"
|
||||
value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>">
|
||||
<variable alwaysStopAt="true" defaultValue=""en"" expression="" name="ENV_LANG"/>
|
||||
<variable alwaysStopAt="true" defaultValue=""Document"" expression="" name="TITLE"/>
|
||||
<context>
|
||||
<option name="HTML_TEXT" value="true"/>
|
||||
<option name="JSX_HTML" value="true"/>
|
||||
<option name="TSX_HTML" value="true"/>
|
||||
</context>
|
||||
</template>
|
||||
<template description="" name="html:xs" toReformat="true" toShortenFQNames="true"
|
||||
value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>">
|
||||
<variable alwaysStopAt="true" defaultValue=""en"" expression="" name="ENV_LANG"/>
|
||||
<variable alwaysStopAt="true" defaultValue=""Document"" expression="" name="TITLE"/>
|
||||
<context>
|
||||
<option name="HTML_TEXT" value="true"/>
|
||||
<option name="JSX_HTML" value="true"/>
|
||||
<option name="TSX_HTML" value="true"/>
|
||||
</context>
|
||||
</template>
|
||||
<template description="" name="html:xxs" toReformat="true" toShortenFQNames="true"
|
||||
value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>">
|
||||
<variable alwaysStopAt="true" defaultValue=""en"" expression="" name="ENV_LANG"/>
|
||||
<variable alwaysStopAt="true" defaultValue=""Document"" expression="" name="TITLE"/>
|
||||
<context>
|
||||
<option name="HTML_TEXT" value="true"/>
|
||||
<option name="JSX_HTML" value="true"/>
|
||||
<option name="TSX_HTML" value="true"/>
|
||||
</context>
|
||||
</template>
|
||||
<template description="" name="html:5" toReformat="true" toShortenFQNames="true"
|
||||
value="<!doctype html> <html lang="$ENV_LOCALE$"> <head> <meta charset="$CHARSET$">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.io.IOException;
|
||||
|
||||
/**
|
||||
* Tests from https://github.com/emmetio/emmet/blob/master/test/expandAbbreviation.js
|
||||
* and from https://github.com/emmetio/emmet/blob/master/lib/snippets.json
|
||||
* and from https://github.com/emmetio/emmet/blob/master/src/snippets/css.json
|
||||
*
|
||||
* The new one: https://github.com/emmetio/snippets/blob/047c644a3d29f75f7cbb8183ebb91ab3fbcd143b/html.json
|
||||
*/
|
||||
|
||||
@@ -93,7 +93,6 @@
|
||||
"menu:t|menu:toolbar": "menu[type=toolbar]",
|
||||
"video": "video[src]",
|
||||
"audio": "audio[src]",
|
||||
"html:xml": "html[xmlns=http://www.w3.org/1999/xhtml]",
|
||||
"keygen": "keygen/",
|
||||
"command": "command/",
|
||||
"btn:s|button:s|button:submit" : "button[type=submit]",
|
||||
@@ -105,12 +104,7 @@
|
||||
"ri:v|ri:viewport": "img:z",
|
||||
"ri:a|ri:art": "pic>src:m+img",
|
||||
"ri:t|ri:type": "pic>src:t+img",
|
||||
|
||||
"html:4t": "!!!4t+doc4[lang=en]",
|
||||
"html:4s": "!!!4s+doc4[lang=en]",
|
||||
"html:xt": "!!!xt+doc4[xmlns=http://www.w3.org/1999/xhtml xml:lang=en]",
|
||||
"html:xs": "!!!xs+doc4[xmlns=http://www.w3.org/1999/xhtml xml:lang=en]",
|
||||
"html:xxs": "!!!xxs+doc4[xmlns=http://www.w3.org/1999/xhtml xml:lang=en]",
|
||||
|
||||
"html:5": "!!!+doc",
|
||||
|
||||
"bq": "blockquote",
|
||||
|
||||
Reference in New Issue
Block a user