Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appease lint
Browse files Browse the repository at this point in the history
brandonspark committed Jan 26, 2024
1 parent a8289c0 commit 40452bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grammar.js
Original file line number Diff line number Diff line change
@@ -1340,6 +1340,13 @@ function preprocIf(suffix, content, precedence = 0) {
);
}

/**
*
* @param {GrammarSymbols<string>} $
*
* @return {AliasRule | SymbolRule<string>}
*
*/
function elifBlock($) {
return suffix ? alias($['preproc_elifdef' + suffix], $.preproc_elifdef) : $.preproc_elifdef;
}

0 comments on commit 40452bf

Please sign in to comment.