Skip to content

Commit

Permalink
Add JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
edukisto committed Mar 2, 2021
1 parent ec4a160 commit 771dd26
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/prism-ini.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Prism.languages.ini= {

// Mimics the behavior of Win32 API.
// Comparison: https://github.com/PrismJS/prism/issues/2775#issuecomment-787477723
/**
* The component mimics the behavior of the Win32 API parser.
*
* @see {@link https://github.com/PrismJS/prism/issues/2775#issuecomment-787477723}
*/

'comment': {
pattern: /(^[ \f\t\v]*)[#;][^\n\r]*/m,
Expand Down

0 comments on commit 771dd26

Please sign in to comment.