Skip to content

Commit

Permalink
use Lisp package indenting
Browse files Browse the repository at this point in the history
Use the code for indenting form the [List
package](https://github.com/enriquefernandez/language-lisp) for
highlighting
  • Loading branch information
kevinkrenz committed Oct 24, 2014
1 parent 20b5be8 commit 171bb30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scoped-properties/language-scheme.cson
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'.source.scheme':
'editor':
'commentStart': ';'
'increaseIndentPattern': '(?x)^ [ \\t]*+ \\(\n\t (?<par>\n\t ( [^()\\n]++ | \\( \\g<par> \\)? )*+\n\t )\n\t$'
'decreaseIndentPattern': '(?x)^ [ \\t]*+\n\t (?<par>\n\t ( [^()\\n]++ | \\( \\g<par> \\) )*+\n\t )\n\t ( \\) [ \\t]*+ ) ++\n\t$'
'increaseIndentPattern': '^.*\\(.*[^)"]$'

0 comments on commit 171bb30

Please sign in to comment.