{"id":15823850,"url":"https://github.com/devversion/gulp-highlight-files","last_synced_at":"2026-04-16T13:32:40.003Z","repository":{"id":52222298,"uuid":"81255601","full_name":"devversion/gulp-highlight-files","owner":"devversion","description":"Gulp plugin to highlight a set of files using HighlightJS","archived":false,"fork":false,"pushed_at":"2021-05-04T16:32:01.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-11T06:12:23.627Z","etag":null,"topics":["gulp","gulp-plugin","highlight","highlightjs","node","snippets"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gulp-highlight-files","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devversion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-07T21:22:32.000Z","updated_at":"2021-05-04T16:31:27.000Z","dependencies_parsed_at":"2022-08-25T21:22:46.107Z","dependency_job_id":null,"html_url":"https://github.com/devversion/gulp-highlight-files","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devversion%2Fgulp-highlight-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devversion%2Fgulp-highlight-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devversion%2Fgulp-highlight-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devversion%2Fgulp-highlight-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devversion","download_url":"https://codeload.github.com/devversion/gulp-highlight-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246605106,"owners_count":20804177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gulp","gulp-plugin","highlight","highlightjs","node","snippets"],"created_at":"2024-10-05T08:23:42.261Z","updated_at":"2026-04-16T13:32:34.961Z","avatar_url":"https://github.com/devversion.png","language":"JavaScript","readme":"# gulp-highlight-files\nGulp plugin to highlight a set of files using [HighlightJS](https://highlightjs.org/).\n\n### Installation\n\n```bash\n$ npm install gulp-highlight-files --save-dev\n```\n\n### Example\n\n```js\nconst gulpHighlightFiles = require('gulp-highlight-files');\n\n/* Inside of the gulp task. */\nreturn gulp.src('**/*.html')\n  .pipe(gulpHighlightFiles(options)\n  .pipe(gulp.dest('dist'));\n```\n\n### Configuration\n| Name         | Type    | Description                                                     |\n|--------------|---------|-----------------------------------------------------------------|\n| language     | string  | Explicit language to be used to highlight files.                |\n| languageMap  | any     | Object that maps extensions to a specific HighlightJS language. |\n| hljsOptions  | any     | Options being passed to HighlightJS.                            |\n| ignoreSyntax | boolean | Whether syntax errors should be ignored. Default: `true`.       |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevversion%2Fgulp-highlight-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevversion%2Fgulp-highlight-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevversion%2Fgulp-highlight-files/lists"}