Skip to content

Commit

Permalink
Fix bug in highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
nyx0 committed Mar 8, 2015
1 parent dfdb4e6 commit dc0d7d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Yara rule",
"description": "Yara package for Sublime Text",
"version": "1.0.0",
"version": "1.0.1",
"author": "nyx",
"url": "https://github.com/nyx0/yara",
"dependencies": [],
Expand Down
4 changes: 2 additions & 2 deletions yara.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ patterns:
match: (\$|#|@)[a-zA-Z0-9_*]*

- name: string.quoted.double.yara
begin: /"
begin: \"
beginCaptures:
'0': {name: punctuation.definition.string.begin.yara}
end: /"
end: \"
endCaptures:
'0': {name: punctuation.definition.string.end.yara}

Expand Down
4 changes: 2 additions & 2 deletions yara.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</dict>
<dict>
<key>begin</key>
<string>/"</string>
<string>\"</string>
<key>beginCaptures</key>
<dict>
<key>0</key>
Expand All @@ -90,7 +90,7 @@
</dict>
</dict>
<key>end</key>
<string>/"</string>
<string>\"</string>
<key>endCaptures</key>
<dict>
<key>0</key>
Expand Down

0 comments on commit dc0d7d6

Please sign in to comment.