Skip to content

Commit

Permalink
Merge pull request #3 from rymawby/master
Browse files Browse the repository at this point in the history
Fix case sensitive issues around SceneGraph xml
  • Loading branch information
cwright017 committed Feb 9, 2018
2 parents 4c6db8a + db39698 commit ee94746
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions snippets/language-xml-roku.cson
Original file line number Diff line number Diff line change
Expand Up @@ -94,23 +94,23 @@
'Script':
'prefix': 'script'
'body': '<script type="text/brightscript" uri="$1" />'
'Interface':
'interface':
'prefix': 'interface'
'body': """
<Interface>
<interface>
${1:field}
</Interface>
</interface>
"""
'Field':
'prefix': 'field'
'body': '<field id="$1" type="$2" />$3'
'Component':
'component':
'prefix': 'component'
'body': """
<?xml version="1.0" encoding="utf-8" ?>
<Component name="$1" extends="${2:group}" >
<component name="$1" extends="${2:group}" >
$2
</Component>
</component>
"""
'Timer':
'prefix': 'timer'
Expand Down

0 comments on commit ee94746

Please sign in to comment.