This package provides a grammar for Atom Notes which includes syntax highlighting for interlinks.
The settings for this package includes a list of packages that can interoperate
with atom-notes
. For example
markdown-preview
and spell-check
.
What makes these packages special is that they provide neat additional features
for your notes files, and they have a grammars
configuration setting.
The language-atom-notes
package ensures the addition of source.gfm.notes
to
each package you list. We (should 🤞) support any package that contains a
grammars
setting. If you find that isn't the case, please report it.
The excludeExtensions
setting is provided to prevent our grammar from being
misapplied to notes of specific file types. For example, some users wish to be
able to search their notes directory for Graphviz .dot
files. The Atom Notes
grammar must not be applied to these files because it would affect syntax
highlighting. And it's not like there are going to be interlinks in Graphviz
files anyway. If you have added additional file types to your collection of
notes, you may find this setting valuable.
Thanks goes to these wonderful people (emoji key):
Amy Troschinetz 💻 |
Seongjae Lee 💻 |
lakonis 🐛 |
John Kamenik 🐛 |
Aaron S. Wolf 🐛 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT © lexicalunit, seongjaelee et al