Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mitchpaulus/siemens-ppcl-kde-syntax-highlighting
- Owner: mitchpaulus
- License: mit
- Created: 2021-12-29T13:13:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T13:52:18.000Z (over 1 year ago)
- Last Synced: 2025-01-23T02:41:56.143Z (7 days ago)
- Topics: kate, kate-editor, kde, ppcl, siemens, syntax-highlighting
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: .