/language-documentation

Atom grammar package for writing JS documentation

Primary LanguageJavaScriptMIT LicenseMIT

language-documentation package

Atom grammar with markdown syntax highlighting and code folding for JS documentation code blocks.

Code Folding

The 'Auto Fold On Open' configuration will automatically fold all DocBlocks when any file is opened.

Included commands to fold/unfold all Docblocks:

  • Fold Docblocks: Fold All
  • Fold Docblocks: Unfold All

Markdown Syntax Highlighting

Package adds syntax highlighting for Markdown:

  • Bold
  • Italics
  • Inline Code Blocks
  • Headers
  • Lists
  • Fenced Code Blocks

Screenshot