Skip to content

Commit

Permalink
[Lisp] Rewrite Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Dec 27, 2023
1 parent ba620ca commit 350a10a
Show file tree
Hide file tree
Showing 6 changed files with 5,005 additions and 306 deletions.
22 changes: 20 additions & 2 deletions Lisp/Fold.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,27 @@
<array>
<dict>
<key>begin</key>
<string>punctuation.definition.group.begin</string>
<string>punctuation.definition.comment.begin</string>
<key>end</key>
<string>punctuation.definition.group.end</string>
<string>punctuation.definition.comment.end</string>
<key>excludeTrailingNewlines</key>
<false/>
</dict>
<dict>
<key>begin</key>
<string>punctuation.definition.string.begin</string>
<key>end</key>
<string>punctuation.definition.string.end</string>
<key>excludeTrailingNewlines</key>
<false/>
</dict>
<dict>
<key>begin</key>
<string>punctuation.section.parens.begin</string>
<key>end</key>
<string>punctuation.section.parens.end</string>
<key>excludeTrailingNewlines</key>
<false/>
</dict>
</array>
</dict>
Expand Down
Loading

0 comments on commit 350a10a

Please sign in to comment.