Skip to content

Commit

Permalink
Merge pull request #21 from digitalfiz/fix_snippet
Browse files Browse the repository at this point in the history
Fix for state in snippets
  • Loading branch information
digitalfiz committed Jan 15, 2022
2 parents 9fe1a95 + c234ac9 commit 069dfb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/language-lsl.cson
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,8 @@
'sensor':
'prefix': 'sensor'
'body': 'sensor(integer ${1:index})\n{\n\t$0\n}'
'default':
'prefix': 'default'
'state':
'prefix': 'state'
'body': 'state ${1:name}'
Expand Down

0 comments on commit 069dfb9

Please sign in to comment.