stsewd / tree-sitter-comment

Tree-sitter grammar for comment tags like TODO, FIXME(user).
https://stsewd.dev/tree-sitter-comment/
MIT License
134 stars 9 forks source link

Don't include dash (-) as end char #27

Closed stsewd closed 1 year ago

stsewd commented 1 year ago

It's very common in URLs, and not really common as an end character in a sentence.

This should be a little more smart, and will probably have more similar cases that need an actual fix, but this covers it for now...

Closes https://github.com/stsewd/tree-sitter-comment/issues/24