Skip to content

Commit

Permalink
Misc: Update code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrdelgado committed Jan 9, 2017
1 parent 9b9625f commit ad22e33
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 124 deletions.
2 changes: 1 addition & 1 deletion Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"command": "todo_review",
"args": { "open_files": true }
}
]
]
9 changes: 0 additions & 9 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[

{
"keys": ["down"], "command": "todo_review_results",
"context": [
Expand All @@ -8,7 +7,6 @@
],
"args": {"direction": "down"}
},

{
"keys": ["j"], "command": "todo_review_results",
"context": [
Expand All @@ -17,7 +15,6 @@
],
"args": {"direction": "down"}
},

{
"keys": ["pagedown"], "command": "todo_review_results",
"context": [
Expand All @@ -26,7 +23,6 @@
],
"args": {"direction": "down_skip"}
},

{
"keys": ["up"], "command": "todo_review_results",
"context": [
Expand All @@ -35,7 +31,6 @@
],
"args": {"direction": "up"}
},

{
"keys": ["k"], "command": "todo_review_results",
"context": [
Expand All @@ -44,7 +39,6 @@
],
"args": {"direction": "up"}
},

{
"keys": ["pageup"], "command": "todo_review_results",
"context": [
Expand All @@ -53,7 +47,6 @@
],
"args": {"direction": "up_skip"}
},

{
"keys": ["enter"], "command": "todo_review_results",
"context": [
Expand All @@ -62,7 +55,6 @@
],
"args": {"open": true}
},

{
"keys": ["r"], "command": "todo_review_results",
"context": [
Expand All @@ -71,5 +63,4 @@
],
"args": {"refresh": true}
}

]
2 changes: 1 addition & 1 deletion Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
}
]
}
]
]
2 changes: 1 addition & 1 deletion Side Bar.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"caption": "-",
"id": "side-bar-end-separator"
}
]
]
14 changes: 0 additions & 14 deletions TodoReview.hidden-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -4,71 +4,57 @@
<dict>
<key>name</key>
<string>TodoReview</string>

<key>patterns</key>
<array>
<dict>
<key>comment</key>
<string>Header</string>

<key>match</key>
<string>^\/\/.*$</string>

<key>name</key>
<string>comment</string>
</dict>
<dict>
<key>comment</key>
<string>Titles</string>

<key>match</key>
<string>^##.*$</string>

<key>name</key>
<string>string</string>
</dict>
<dict>
<key>comment</key>
<string>Line Num</string>

<key>match</key>
<string>:[0-9]+\s</string>

<key>name</key>
<string>entity.name.function</string>
</dict>
<dict>
<key>comment</key>
<string>Priority</string>

<key>match</key>
<string>\(([0-9]{1,2})\)</string>

<key>name</key>
<string>variable</string>
</dict>
<dict>
<key>comment</key>
<string>Brackets</string>

<key>match</key>
<string>\[(.*?)\]</string>

<key>name</key>
<string>entity.name.class</string>
</dict>
<dict>
<key>comment</key>
<string>@tags</string>

<key>match</key>
<string>\@\S+</string>

<key>name</key>
<string>keyword</string>
</dict>
</array>

<key>scopeName</key>
<string>text.todo-list</string>
<key>uuid</key>
Expand Down
Loading

0 comments on commit ad22e33

Please sign in to comment.