Skip to content

Commit

Permalink
fix(gml) jsdoc @param varname as params
Browse files Browse the repository at this point in the history
  • Loading branch information
thennothinghappened committed Dec 16, 2024
1 parent 0fd9d05 commit 1f0bcc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/languages/gml.js
Original file line number Diff line number Diff line change
Expand Up @@ -1093,9 +1093,9 @@ export default function(hljs) {
scope: {
1: "doctag",
2: "type",
3: "variable",
4: "variable",
5: "variable",
3: "params",
4: "params",
5: "params",
},
relevance: 0,
}
Expand Down

0 comments on commit 1f0bcc4

Please sign in to comment.