Skip to content

Commit

Permalink
Trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Feb 23, 2014
1 parent 214c9aa commit 2091209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion jack.vim
Expand Up @@ -26,7 +26,7 @@ syn match jackNumber "\<0[xX]\x\+\>"
syn keyword jackType Integer Boolean Null String Buffer List Object Function
syn keyword jackConditional if elif else
syn keyword jackRepeat for in while split and
syn keyword jackKeyword vars delete is
syn keyword jackKeyword vars delete is
syn keyword jackException abort
syn keyword jackFunction print rand range inspect bind i-collect i-keys i-values i-pairs i-map i-filter i-chunk i-collect i-zip i-merge i-each i-any? i-all?
"syn match jackIdentifier \<[a-zA-Z_][a-zA-Z0-9_-]*[?!]*\>
Expand Down
3 changes: 0 additions & 3 deletions samples/loops.jack
Expand Up @@ -79,6 +79,3 @@ for k, v in "Hello World" {

print([i for i in range(10)])
print([i for i in range(20) if i % 3])



0 comments on commit 2091209

Please sign in to comment.