AndreaCrotti / yasnippet-snippets

a collection of yasnippet snippets for many languages
GNU General Public License v3.0
1.17k stars 465 forks source link

Remove directive formatting from NOTE marker #499

Closed swinkels closed 2 months ago

swinkels commented 6 months ago

Before this commit, this snippet formatted a NOTE marker as a snippet directive, as NOTE:. As NOTE isn't a directive, this triggered a directive warning.

swinkels commented 6 months ago

This should address the first issue reported in #490.