Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unknown directive warnings in c++-mode/class11 #495

Merged
merged 1 commit into from
May 7, 2024

Conversation

shassard
Copy link
Contributor

@shassard shassard commented Apr 6, 2024

The following warnings are emitted by yasnippet:

Ignoring unknown directive "desc" in file: .../yasnippet-snippets/snippets/c++-mode/class11
Ignoring unknown directive "\\${[0-9N]*" in file: .../yasnippet-snippets/snippets/c++-mode/class11
Ignoring unknown directive "References" in file: .../yasnippet-snippets/snippets/c++-mode/class11

Use an unconventional ## to mark comments so yasnippet will ignore lines that contain colons.

The following warnings are emitted by yasnippet:
```
Ignoring unknown directive "desc" in file: .../yasnippet-snippets/snippets/c++-mode/class11
Ignoring unknown directive "\\${[0-9N]*" in file: .../yasnippet-snippets/snippets/c++-mode/class11
Ignoring unknown directive "References" in file: .../yasnippet-snippets/snippets/c++-mode/class11
```

Use an unconventional ## to mark comments so yasnippet will ignore
lines that contain colons.
@AndreaCrotti AndreaCrotti merged commit 3c09fa9 into AndreaCrotti:master May 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants