Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retronym/syntaxplugin-public
Fork of the JIRA syntax highlighter plugin for use in scala-lang.org
https://github.com/retronym/syntaxplugin-public
Last synced: 26 days ago
JSON representation
Fork of the JIRA syntax highlighter plugin for use in scala-lang.org
- Host: GitHub
- URL: https://github.com/retronym/syntaxplugin-public
- Owner: retronym
- Created: 2013-09-27T13:11:23.000Z (about 11 years ago)
- Default Branch: topic/scala-lang
- Last Pushed: 2013-09-27T13:23:32.000Z (about 11 years ago)
- Last Synced: 2024-10-13T15:35:15.691Z (26 days ago)
- Language: CSS
- Size: 828 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A fork of [JIRA Syntax Highlighter PlugIn](https://bitbucket.org/hski/syntaxplugin-public/wiki/Home)
## Motivation
- We want the default language for code blocks on issues.scala-lang.org to be Scala!
- Line numbers are too noisy to be shown by default## Build
Install the [Atlassian SDK](https://developer.atlassian.com/display/DOCS/Install+the+Atlassian+SDK+on+a+Linux+or+Mac+System)
```
% atlas-mvn install
% ls -la target/syntaxplugin-1.7.1-SCALA.jar
-rw-r--r-- 1 jason staff 151792 Sep 27 15:01 target/syntaxplugin-1.7.1-SCALA.jar
```Install that JAR as a plugin in JIRA, following install instructions from the plugin's documentation.
Voila!