Skip to content

Commit

Permalink
Forgot comma in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
nojanath committed Apr 10, 2016
1 parent 8112877 commit 7887fdb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 0 additions & 6 deletions KSP.sublime-settings
@@ -1,13 +1,7 @@
{
"extensions":["ksp"],
//"color_scheme": "Packages/SublimeKSP/KScript Light.tmTheme",
"word_separators": "/\\()\"'-:,;<>~#^&*|+=[]{}`~?",
//"detect_indentation": true,
"auto_indent": true,

// Makes auto indent a little smarter, e.g., by indenting the next line
// after an if statement in C. Requires auto_indent to be enabled.
"smart_indent": true,
"match_brackets_angle": false,
//"scroll_past_end": true,
}
11 changes: 11 additions & 0 deletions docs/snippets.md
@@ -0,0 +1,11 @@
# Snippets
After each trigger press the <kbd>tab</kbd> key to expand the snippet.

## Callbacks
| Snippet | Trigger | Output |
| ------- | ------- | ------ |
| Callback | on | ` on ${1} ` |
| | | ` ${0} `|
` end on `
```|
2 changes: 1 addition & 1 deletion messages.json
@@ -1,5 +1,5 @@
{
"install": "messages/install.txt",
"1.2.3": "messages/1.2.3.txt"
"1.2.3": "messages/1.2.3.txt",
"1.2.4": "messages/1.2.4.txt"
}

0 comments on commit 7887fdb

Please sign in to comment.