Sublime Forum

Scope commenting and autocomplete

#1

Hi,

I am making syntax defenition. (this is just for python file containing one list.)

If I set in tmLanguage:
scopeName
source.python
I can use python style comment/uncomment line (ctrl + /)

Other effect:
Python snipsets added to autocomplete.
I did not need it at all.

Is it easy way have commenting like in python and blank autocomplete snipsets?

hard way to make own commenting function and assign it to ctrl + /

0 Likes