Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mitchpaulus/siemens-ppcl-kde-syntax-highlighting

Syntax highlighting for Siemens PPCL files in KDE Kate format
https://github.com/mitchpaulus/siemens-ppcl-kde-syntax-highlighting

kate kate-editor kde ppcl siemens syntax-highlighting

Last synced: 1 day ago
JSON representation

Syntax highlighting for Siemens PPCL files in KDE Kate format

Awesome Lists containing this project

README

        

# Siemens PPCL KDE Syntax Highlighting

This is a syntax highlighting definition file for the Siemens PPCL language.
It is an XML file in the KDE syntax highlighting schema.

[Pandoc](https://pandoc.org/) makes use of this format.

You can use this file to syntax highlight your markdown files like (without the `>` characters):

```
> ```ppcl
> 00100 IF("%A%SF_S" .EQ. OFF .OR. "%A%SF_C" .EQ. OFF) THEN SET(0,"%A%STOT")
> ```
```

and then compile using the Pandoc `--syntax-definition` option.

```sh
pandoc --syntax-definition ppcl.xml -o out.docx in.md
```

The documentation for the syntax highlighting file formatting is at: .