diff --git a/settings/TypeScriptReact.cson b/settings/TypeScriptReact.cson index 221d124..9419980 100644 --- a/settings/TypeScriptReact.cson +++ b/settings/TypeScriptReact.cson @@ -10,3 +10,10 @@ 'decreaseIndentPattern': '(?x) ^ \\s* (\\s* /[*] .* [*]/ \\s*)* [}\\])] ' + +'.meta.tag.tsx': + 'editor': + 'commentStart': '{/* ', + 'commentEnd': ' */}', + 'increaseIndentPattern': "{[^}\"']*$|\\[[^\\]\"']*$|\\([^)\"']*$|<[a-zA-Z][^/]*$|^\\s*>$", + 'decreaseIndentPattern': "^\\s*(\\s*/[*].*[*]/\\s*)*[}\\])]|^\\s*()" \ No newline at end of file