Skip to content

Commit

Permalink
Fixed file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzi committed Jul 12, 2015
1 parent 191bfe1 commit 166ed55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"version": "0.1.0",
"name": "language-pawn",
"description": "Atom language support for SA-MP pawn",
"homepage": "https://atom.github.io/language-pawn",
"homepage": "https://github.com/Larceny-/language-pawn",
"repository": {
"type": "git",
"url": "https://github.com/atom/language-pawn.git"
"url": "https://github.com/Larceny-/language-pawn.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/atom/language-pawn/issues"
"url": "https://github.com/Larceny-/language-pawn/issues"
},
"engines": {
"atom": "*",
Expand Down
4 changes: 2 additions & 2 deletions settings/language-pawn.cson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'.source.c, .source.cpp, .source.objc, .source.objcpp':
'.source.pwn, .source.inc':
'editor':
'commentStart': '// '
'increaseIndentPattern': '(?x)
Expand All @@ -14,6 +14,6 @@
|^ \\s* (public|private|protected): \\s* $
|^ \\s* @(public|private|protected) \\s* $
'
'.source.c, .source.cpp':
'.source.pwn, .source.inc':
'editor':
'foldEndPattern': '(?<!\\*)\\*\\*/|^\\s*\\}'

0 comments on commit 166ed55

Please sign in to comment.