From c4063576b57290dfeaaed6a816f25e6ca6f0278f Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Mon, 4 Dec 2023 00:53:30 -0700 Subject: [PATCH] add tmPreferences for comment support --- misc/onyx.tmPreferences | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 misc/onyx.tmPreferences diff --git a/misc/onyx.tmPreferences b/misc/onyx.tmPreferences new file mode 100644 index 00000000..fd492d4a --- /dev/null +++ b/misc/onyx.tmPreferences @@ -0,0 +1,22 @@ + + + + + name + Comments + scope + source.onyx + settings + + shellVariables + + + name + TM_COMMENT_START + value + // + + + + + -- 2.25.1