Skip to content

Commit

Permalink
Update swift.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BhJaipal committed Apr 24, 2024
1 parent ca32331 commit c020678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/swift.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
lookahead
} from '../lib/regex.js';

/** @type {import("highlight.js").LanguageFn} */
/** @type {LanguageFn} */
export default function (hljs) {
const WHITESPACE = {
match: /\s+/,
Expand Down

0 comments on commit c020678

Please sign in to comment.