Skip to content

Commit

Permalink
Turns out CRPL doesn't have single-quoted strings
Browse files Browse the repository at this point in the history
  • Loading branch information
KubeRoot committed Oct 6, 2017
1 parent 4647e04 commit cd0e209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Indent.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>settings</key>
<dict>
<key>decreaseIndentPattern</key>
<string>.*\b(endif|endwhile|loop|endonce|else)\b.*</string>
<string>.*\b(endif|endwhile|loop|endonce|else)\b</string>
<key>increaseIndentPattern</key>
<string>.*\b(once|if|repeat|do|else)\b((?!(endif|endwhile|loop|endonce)\b).)*$</string>
</dict>
Expand Down
9 changes: 0 additions & 9 deletions crpl.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ contexts:
push:
- meta_scope: string.quoted.double.crpl
- match: '"'
captures:
0: punctuation.definition.string.end.crpl
pop: true
- match: "'"
captures:
0: punctuation.definition.string.begin.crpl
push:
- meta_scope: string.quoted.single.crpl
- match: "'"
captures:
0: punctuation.definition.string.end.crpl
pop: true

0 comments on commit cd0e209

Please sign in to comment.