Skip to content

Commit

Permalink
comment format for Stata
Browse files Browse the repository at this point in the history
  • Loading branch information
harningle authored Apr 15, 2024
1 parent 72ed3bb commit 0ae08e4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.stata</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string>// </string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_START_2</string>
<key>value</key>
<string>/*&#xA;</string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_END_2</string>
<key>value</key>
<string>&#xA;*/</string>
</dict>
</array>
</dict>
</dict>
</plist>

0 comments on commit 0ae08e4

Please sign in to comment.