Skip to content

Commit a92b4ed

Browse files
committed
Fix indentation in snippets file.
1 parent bbfce5e commit a92b4ed

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

snippets/language-livecode.cson

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
'handler':
2727
'prefix': 'handler'
2828
'body': 'handler ${1:/* name */}(${2:/* args */}) returns ${3:/* type */}\n\t${4:/* code */}\nend handler'
29-
30-
'lcbtemplate':
31-
'prefix': 'lcbt'
32-
'body': '-- declaring extension as widget, followed by identifier\n
29+
30+
'lcbtemplate':
31+
'prefix': 'lcbt'
32+
'body': '-- declaring extension as widget, followed by identifier\n
3333
widget community.livecode.username.identifier\n
3434
use com.livecode.canvas\n
3535
use com.livecode.widget\n
@@ -62,4 +62,3 @@
6262
end handler\n
6363
\n
6464
end widget'
65-

0 commit comments

Comments
 (0)