atom / language-todo

TODO highlighting package for Atom
Other
81 stars 66 forks source link

TODO is not highlighted in Bash scripts #88

Closed pzmarzly closed 5 years ago

pzmarzly commented 5 years ago

test.sh:

#!/bin/bash
echo something
# TODO something <- this todo won't get highlighted
thomasjo commented 5 years ago

Duplicate of #82