Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/highlightjs/highlightjs-sap-abap

SAP ABAP language grammar for Highlight.js
https://github.com/highlightjs/highlightjs-sap-abap

abap highlightjs

Last synced: 3 months ago
JSON representation

SAP ABAP language grammar for Highlight.js

Awesome Lists containing this project

README

        

[![npm version](https://badge.fury.io/js/highlightjs-sap-abap.svg)](https://badge.fury.io/js/highlightjs-sap-abap)

# highlightjs-sap-abap

SAP ABAP highlighting for highlight.js

## Build distributable

- install this repo in folder extra of [highlightjs](https://github.com/highlightjs/highlight.js)
- run the build tool from the main highlightjs folder:

```sh
npm run build-cdn
```

## Usage

Simply include the Highlight.js library in your webpage or Node app, then load this module.

### Static website or simple usage

Simply load the module after loading Highlight.js. This module is just a CDN build of the language, so it will register itself as the Javascript is loaded.

```html

hljs.highlightAll();

```

### Using directly from the jsDelivr CDN

```html

```

## License

MIT

## Maintainers

[@cassioiks](https://github.com/cassioiks), [@larshp](https://github.com/larshp)