I am looking for a Color Scheme in Sublime Text 3 for ABAP to highlight the syntax.
I have found this so far, but it does not work with version 3. It is supposed to be used with version 2.
EDIT:
This is how the Theme looks:
I am looking for a Color Scheme in Sublime Text 3 for ABAP to highlight the syntax.
I have found this so far, but it does not work with version 3. It is supposed to be used with version 2.
EDIT:
This is how the Theme looks:
To use ABAP Syntax highlight from ABAP-Sublime-Plugin in Sublime Text 3 you need to follow this steps:
package-metadata.json
from ABAP folder. This file is used by Package Control Plugin and this file is not compatible with Package Control in Sublime Text 3. © 2022 - 2024 — McMap. All rights reserved.
Browse Packages ...
and also selected it as the Color Scheme. You can use some code from here 4ap.de/pages/abap/syntax/codeschnipsel.php – Wrier.tmLanguage
definition file, Neon should work fine. See if you like it, and I'll get back to you on ST3. – Capuano