Add 'name' property

This commit is contained in:
Frank Dana 2022-04-14 12:48:54 -04:00 committed by GitHub
parent 921ef57449
commit ba3d7c3ab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ var module = module ? module : {}; // shim for browser use
function hljsDefineRpmSpecfile(hljs) {
return {
name: "rpm-specfile",
aliases: ['rpm', 'spec', 'rpm-spec', 'specfile'],
contains: [
hljs.COMMENT('%dnl'),