Skip to content

Commit 55ab1c6

Browse files
committed
Added support for YUIdoc
1 parent 3615662 commit 55ab1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/javascript.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
'docblock':
628628
'patterns': [
629629
{
630-
'match': '(?<!\\w)@(a(?:bstract|ccess|lias|u(?:gments|thor)|rg(?:ument)?)|borrows|c(?:allback|lass(?:desc)?|o(?:nst(?:ant|ructs)?|pyright))|de(?:fault(?:value)?|precated|sc(?:ription)?)|e(?:num|mits|vent|x(?:ample|ports|ternal|tends))|f(?:ile(?:overview)?|ires|unction)|global|host|i(?:gnore|mplements|n(?:heritdoc|ner|stance|terface))|kind|l(?:ends|i(?:cense|stens))|m(?:e(?:mber(?:of)?|thod)|ix(?:ex|in)|odule)|name(?:space)?|over(?:ride|view)|p(?:aram|r(?:ivate|op(?:erty)?|otected))|re(?:adonly|quires|turn(?:s)?)|s(?:ee|ince|tatic|ummary)|t(?:h(?:is|rows)|odo|utorial|ype(?:def)?)|var(?:iation)?|version|virtual)\\b'
630+
'match': '(?<!\\w)@(a(?:bstract|ccess|lias|u(?:gments|thor)|sync|ttribute|rg(?:ument)?)|b(?:eta|orrows|ubbles)|c(?:allback|lass(?:desc)?|o(?:nfig|nst(?:ant|ruct(?:s|or))?|pyright)|hainable)|de(?:fault(?:value)?|precated|sc(?:ription)?)|e(?:num|mits|vent|x(?:ample|ports|ternal|ten(?:ds|sion(?:for|_for)?)))|f(?:or|ile(?:overview)?|ires|inal|unction)|global|host|i(?:gnore|mplements|n(?:heritdoc|ner|stance|terface))|kind|l(?:ends|i(?:cense|stens))|m(?:ain|e(?:mber(?:of)?|thod)|ix(?:ex|in)|odule)|name(?:space)?|over(?:ride|view)|p(?:aram|r(?:ivate|op(?:erty)?|otected))|re(?:ad(?:o|O)nly|quire(?:s|d)|turn(?:s)?)|s(?:ee|ince|tatic|ummary|ubmodule)|t(?:h(?:is|rows)|odo|utorial|ype(?:def)?)|var(?:iation)?|version|virtual|uses|writeOnce)\\b'
631631
'name': 'storage.type.class.jsdoc'
632632
}
633633
]

0 commit comments

Comments
 (0)