Skip to content

Commit

Permalink
Update Odin.tmLanguage for #+
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill authored Sep 19, 2024
1 parent 16d277e commit b726290
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Odin.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,31 @@
</dict>
</array>
</dict>
<dict>
<key>begin</key>
<string>#+</string>
<key>beginCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.comment.odin</string>
</dict>
</dict>
<key>end</key>
<string>\n</string>
<key>name</key>
<string>comment.line.double-slash.odin</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>(?&gt;\\\s*\n)</string>
<key>name</key>
<string>punctuation.separator.continuation.odin</string>
</dict>
</array>
</dict>
</array>
</dict>

Expand Down

0 comments on commit b726290

Please sign in to comment.