Ver código fonte

rename snippets

mitm001 5 anos atrás
pai
commit
efaee625b5
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      docs-wiki/modules/ROOT/pages/atom_snippets.adoc

+ 4 - 4
docs-wiki/modules/ROOT/pages/atom_snippets.adoc

@@ -86,15 +86,15 @@ Copy and paste this text into your Atom Editor menu:File[Snippets...] page to ad
     'prefix': 'partR'
     'body': 'include::ROOT:partial$${1:partial-filename}.adoc[${2:line=}${3:tag=}${4:tags=}]'
   'Module inline image':
-    'prefix': 'imgM'
+    'prefix': 'imgMI'
     'body': 'image:${1:module}:${2:target-resource-filename.ext}[${3:}]'
   'Module block image':
-    'prefix': 'imageM'
+    'prefix': 'imgMB'
     'body': 'image::${1:module}:${2:target-resource-filename.ext}[${3:}]'
   'ROOT inline image':
-    'prefix': 'imgMR'
+    'prefix': 'imgRI'
     'body': 'image:ROOT:${1:target-resource-filename.ext}[${2:}]'
   'ROOT block image':
-    'prefix': 'imageMR'
+    'prefix': 'imgRB'
     'body': 'image::ROOT:${1:target-resource-filename.ext}[${2:}]'
 ```