Hey,
Is there a way to add custom language for a specific extension in Bitbucket?
I am working on DSL and would like to have support for highlighting.
Thanks you
No, I'm afraid there's no easy way to do that. We use Pygments for syntax highlighting and so while that covers a lot of languages, it is not easy to extend it to custom DSLs.
Depending on how badly you want this, you could write a Connect Add-On for it. Connect Add-Ons are iframes that replace parts of Bitbucket's UI that you host and control. Using the Bitbucket API to pull down the contents of a file, you can then render it any way you like.
There are examples of how to do that:
one year later, how's the situation on this? i would like to install a custom pygments highlighter for my repository; but i don't want to go through the trouble of programming an extra site extension. i'm completely open to submitting my highlighter to the atlassian repos though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
According to https://confluence.atlassian.com/bitbucketserverkb/configuring-syntax-highlighting-for-file-extensions-779171322.html version 6.8 of Bitbucket server use ComeMirror for systax highlighting. I even found folder, that store all supported modes, but added custom mode doen't work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much for the answers! I will have to wait and see how bad I want it One final question for clarification.
Does the solution mean that each user has to install the add-on or it will be installed for the repository and everyone accessing it will see it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The file-viewer plugin point can be used on both "account" and "personal" add-ons. Add-ons of the former type can be installed on the account that owns the repo and then it'll be visible to anyone viewing files in that repo. Add-ons of the latter type are installed on your own personal account and sort of follow you around; they apply only to pages you visit.
For more detail: https://developer.atlassian.com/bitbucket/concepts/add-on-context.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.