Sha256: 5f0719573d9360dcc2ae74489d3fd02fbc36dde250d3efa0c9af4393457828b8

Contents?: true

Size: 1.86 KB

Versions: 2

Compression:

Stored size: 1.86 KB

Contents

---
name: Doxygen
fileTypes:
- doxygen
scopeName: text.html.doxygen
repository:
  source_doxygen:
    patterns:
    - include: "#keywords"
    - include: text.html.basic
  keywords:
    patterns:
    - name: keyword.control.doxygen
      captures:
        '1':
          name: punctuation.definition.keyword.doxygen
      match: "([\\\\@])((a|addindex|addtogroup|anchor|arg|attention|author|b|brief|bug|c|callgraph|callergraph|category|class|code|cond|copydoc|date|def|defgroup|deprecated|dir|dontinclude|dot|dotfile|e|else|elseif|em|endcode|endcond|enddot|endhtmlonly|endif|endlatexonly|endlink|endmanonly|endverbatim|endxmlonly|enum|example|exception|file|fn|hideinitializer|htmlinclude|htmlonly|if|ifnot|image|include|includelineno|ingroup|internal|invariant|interface|latexonly|li|line|link|mainpage|manonly|n|name|namespace|nosubgrouping|note|overload|p|package|page|par|paragraph|param|post|pre|private|privatesection|property|protected|protectedsection|protocol|public|publicsection|ref|relates|relatesalso|remarks|return|retval|sa|section|see|showinitializer|since|skip|skipline|struct|subpage|subsection|subsubsection|test|throw|todo|typedef|union|until|var|verbatim|verbinclude|version|warning|weakgroup|xmlonly|xrefitem)\\b|(\\$|\\@|\\\\|\\&|\\~|\\<|\\>|\\#|\\%|f\\$|f\\[|f\\]))"
uuid: 9725E602-6D7C-4E98-911A-C66802142451
patterns:
- name: comment.block.doxygen
  captures:
    '0':
      name: punctuation.definition.comment.doxygen
  begin: "\\/\\*\\*\\<?"
  end: "\\*\\/"
  patterns:
  - include: "#source_doxygen"
- name: comment.block.doxygen
  captures:
    '0':
      name: punctuation.definition.comment.doxygen
  begin: "\\/\\*!\\<?"
  end: "\\*\\/"
  patterns:
  - include: "#source_doxygen"
- name: comment.line.doxygen
  begin: "\\/\\/[\\/!]\\<?"
  beginCaptures:
    '0':
      name: punctuation.definition.comment.doxygen
  end: "$\\n?"
  patterns:
  - include: "#source_doxygen"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
code_rippa-1.0.1 lib/code_rippa/syntax/doxygen.syntax
code_rippa-1.0.0 lib/code_rippa/syntax/doxygen.syntax