Downloads:
12,809
Downloads of v 4.11.0:
118
Last Update:
25 Apr 2024
Package Maintainer(s):
Software Author(s):
- André Simon
Tags:
syntax highlight code programming utilities admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Highlight Code Converter
- 1
- 2
- 3
4.11.0 | Updated: 25 Apr 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
12,809
Downloads of v 4.11.0:
118
Maintainer(s):
Software Author(s):
- André Simon
Highlight Code Converter 4.11.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by André Simon. The inclusion of André Simon trademark(s), if any, upon this webpage is solely to identify André Simon goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Highlight Code Converter, run the following command from the command line or from PowerShell:
To upgrade Highlight Code Converter, run the following command from the command line or from PowerShell:
To uninstall Highlight Code Converter, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download highlight --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade highlight -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade highlight -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install highlight
win_chocolatey:
name: highlight
version: '4.11.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'highlight' do
action :install
source 'INTERNAL REPO URL'
version '4.11.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller highlight
{
Name = "highlight"
Version = "4.11.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'highlight':
ensure => '4.11.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 04 Dec 2024.
Highlight converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable.
Log in or click on link to see number of positives.
- highlight.4.11.0.nupkg (755bef8dc66b) - ## / 62
- highlight-setup-4.11-x64.exe (60985acafc81) - ## / 65
- highlight-setup-4.11.exe (c8b2f437d64f) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Highlight Code Converter 4.11.0 | 118 | Thursday, April 25, 2024 | Approved | |
Highlight Code Converter 4.1 | 429 | Friday, August 20, 2021 | Approved | |
Highlight Code Converter 4.0 | 224 | Wednesday, April 7, 2021 | Approved | |
Highlight Code Converter 3.55 | 531 | Thursday, January 30, 2020 | Approved | |
Highlight Code Converter 3.44 | 472 | Tuesday, July 24, 2018 | Approved | |
Highlight Code Converter 3.43 | 375 | Tuesday, May 1, 2018 | Approved | |
Highlight Code Converter 3.41 | 451 | Monday, January 15, 2018 | Approved | |
Highlight Code Converter 3.40 | 473 | Wednesday, October 25, 2017 | Approved | |
Highlight Code Converter 3.39 | 540 | Tuesday, August 1, 2017 | Approved | |
Highlight Code Converter 3.36 | 528 | Wednesday, April 5, 2017 | Approved | |
Highlight Code Converter 3.35 | 453 | Wednesday, March 1, 2017 | Approved | |
Highlight Code Converter 3.34 | 534 | Sunday, January 1, 2017 | Approved | |
Highlight Code Converter 3.33 | 507 | Thursday, November 3, 2016 | Approved | |
Highlight Code Converter 3.32 | 510 | Monday, September 26, 2016 | Approved | |
Highlight Code Converter 3.31 | 515 | Tuesday, August 2, 2016 | Approved | |
Highlight Code Converter 3.29 | 483 | Wednesday, May 25, 2016 | Approved | |
Highlight Code Converter 3.28 | 455 | Wednesday, February 17, 2016 | Approved | |
Highlight Code Converter 3.27 | 457 | Friday, January 22, 2016 | Approved | |
Highlight Code Converter 3.26 | 505 | Tuesday, January 19, 2016 | Approved | |
Highlight Code Converter 3.23 | 462 | Thursday, August 6, 2015 | Approved | |
Highlight Code Converter 3.22 | 549 | Tuesday, February 24, 2015 | Approved | |
Highlight Code Converter 3.21 | 513 | Tuesday, February 3, 2015 | Approved | |
Highlight Code Converter 3.20 | 557 | Monday, December 8, 2014 | Approved | |
Highlight Code Converter 3.19 | 536 | Wednesday, September 17, 2014 | Approved | |
Highlight Code Converter 3.18 | 520 | Thursday, April 10, 2014 | Approved | |
Highlight Code Converter 3.17 | 571 | Friday, January 17, 2014 | Approved | |
Highlight Code Converter 3.16.1 | 541 | Thursday, December 26, 2013 | Approved |
- updated astyle lib to version 3.4.13
- updated java definition (https://gitlab.com/saalen/highlight/-/issues/244)
- updated solidity definition (https://gitlab.com/saalen/highlight/-/issues/217)
- fix backslash symbol in man page
- src/makefile: added -std=c17 to enable modern C features
This package has no dependencies.
Ground Rules:
- This discussion is only about Highlight Code Converter and the Highlight Code Converter package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Highlight Code Converter, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.