Merge pull request #2033 from hallfox/master

Fix Syntax Highlighting for Sublime Text
This commit is contained in:
Akshay Arora 2014-04-01 13:32:22 +05:30
commit 5d0a876deb
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
{ "match": ".*?:$",
"name": "support.function.kivy" },
{ "name": "entity.name.section.kivy",
"match": "(.*?):" },
"match": "(.*?):$" },
{ "include": "source.python" }
],
"uuid": "49cecc44-5094-48ec-a876-91f597e8bf81"

View File

@ -42,7 +42,7 @@
</dict>
<dict>
<key>match</key>
<string>(.*?):</string>
<string>(.*?):$</string>
<key>name</key>
<string>entity.name.section.kivy</string>
</dict>