Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit c234ac9

Browse files
committed
fix for state in snippets
1 parent 9fe1a95 commit c234ac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snippets/language-lsl.cson

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,8 @@
14391439
'sensor':
14401440
'prefix': 'sensor'
14411441
'body': 'sensor(integer ${1:index})\n{\n\t$0\n}'
1442+
'default':
1443+
'prefix': 'default'
14421444
'state':
14431445
'prefix': 'state'
14441446
'body': 'state ${1:name}'

0 commit comments

Comments
 (0)