relrelb / sublime-wgsl

WGSL syntax highlighting for Sublime Text
1 stars 0 forks source link

`WGSL.tmPreferences` is not included in the package (making comment toggling not work) #4

Open LukasKalbertodt opened 1 year ago

LukasKalbertodt commented 1 year ago

Hi there and thanks for the package! Unfortunately, when editing WGSL files, the toggle_comment command does not work. I confirmed via sublime.log_commands(True) that sublime indeed tries to execute the command, but nothing happens. Then I tried to use "View package file" in the comment palette:

image

Which let me notice that the .tmPreferences file from this repo is missing. .config/sublime-text/Installed Packages/WGSL.sublime-package also does not contain that file. I strongly assume that's the culprit, as that file defines how comment look like.

I installed this via package control.

StT191 commented 9 months ago

I encounter the same problem. Please consider releasing / tagging the latest commit!