https://github.com/lslezak/bugzilla-number
Highlight bug numbers in Atom editor (https://atom.io)
https://github.com/lslezak/bugzilla-number
Last synced: over 1 year ago
JSON representation
Highlight bug numbers in Atom editor (https://atom.io)
- Host: GitHub
- URL: https://github.com/lslezak/bugzilla-number
- Owner: lslezak
- License: mit
- Created: 2015-11-30T22:05:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T16:28:46.000Z (over 10 years ago)
- Last Synced: 2025-02-03T19:13:56.786Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom bugzilla-number
[](https://travis-ci.org/lslezak/bugzilla-number)


This [Atom](https://atom.io) package highlights bug numbers in a text document
or in code comments. You can easily open the referenced bug in browser by a keyboard
shortcut.
## Features
- Syntax highlighting for bug IDs.
- Supports almost all [standard openSUSE bug IDs](
https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations),
like `boo#123456`, `bnc#123456`, `FATE#13245` `rh#132456`. Also CVE
(`CVE-2015-0042`) and GitHub isues (`gh#yast/yast-core#42`) are supported.
- The referenced bug can be opened in browser using the `Ctrl-Shift-B` keyboard shortcut.
