add tmPreferences for comment support
authorJudah Caruso <judah@tuta.io>
Mon, 4 Dec 2023 07:53:30 +0000 (00:53 -0700)
committerJudah Caruso <judah@tuta.io>
Mon, 4 Dec 2023 07:53:30 +0000 (00:53 -0700)
misc/onyx.tmPreferences [new file with mode: 0644]

diff --git a/misc/onyx.tmPreferences b/misc/onyx.tmPreferences
new file mode 100644 (file)
index 0000000..fd492d4
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+  <key>name</key>
+  <string>Comments</string>
+  <key>scope</key>
+  <string>source.onyx</string>
+  <key>settings</key>
+  <dict>
+    <key>shellVariables</key>
+    <array>
+      <dict>
+        <key>name</key>
+        <string>TM_COMMENT_START</string>
+        <key>value</key>
+        <string>// </string>
+      </dict>
+    </array>
+  </dict>
+</dict>
+</plist>