Skip to content

Commit

Permalink
update border style tab foldings
Browse files Browse the repository at this point in the history
  • Loading branch information
seaofclouds committed Aug 21, 2008
1 parent 2d44b7e commit 79ef656
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Snippets/border-bottom-style: style.tmSnippet
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>:border-bottom-style ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset}$0</string>
<string>:border-bottom-style ${1:none }${2:hidden }${3:dotted }${4:dashed }${5:solid }${6:double }${7:groove }${8:ridge }${9:inset }${10:outset}$0</string>
<key>name</key>
<string>border-bottom-style: style</string>
<key>scope</key>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/border-left-style: style.tmSnippet
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>:border-left-style ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset}$0</string>
<string>:border-left-style ${1:none }${2:hidden }${3:dotted }${4:dashed }${5:solid }${6:double }${7:groove }${8:ridge }${9:inset }${10:outset}$0</string>
<key>name</key>
<string>border-left-style: style</string>
<key>scope</key>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/border-right-style: style.tmSnippet
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>:border-right-style ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset}$0</string>
<string>:border-right-style ${1:none }${2:hidden }${3:dotted }${4:dashed }${5:solid }${6:double }${7:groove }${8:ridge }${9:inset }${10:outset}$0</string>
<key>name</key>
<string>border-right-style: style</string>
<key>scope</key>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/border-style: none.tmSnippet
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>:border-style none$0</string>
<string>:border-style ${1:none }${2:hidden }${3:dotted }${4:dashed }${5:solid }${6:double }${7:groove }${8:ridge }${9:inset }${10:outset}$0</string>
<key>name</key>
<string>border-style: none</string>
<key>scope</key>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/border-top-style: style.tmSnippet
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>:border-top-style ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset}$0</string>
<string>:border-top-style ${1:none }${2:hidden }${3:dotted }${4:dashed }${5:solid }${6:double }${7:groove }${8:ridge }${9:inset }${10:outset}$0</string>
<key>name</key>
<string>border-top-style: style</string>
<key>scope</key>
Expand Down

0 comments on commit 79ef656

Please sign in to comment.