mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00

* Add syntax-highlighters for CSS, JS, JSON * Update W3MI ZABAPGIT_CSS_THEME_DEFAULT * Fix line size and case statement * Fix line size * Update styles, removed operators * Added highlight for comments in HTML/XML * Fix menu hover background This makes the selected menu more visible. Also includes color fix for repo name and url in dark theme. * Fix for W3xx objects with "." in name * Reverse fix for W3xx * Remove hover style changes Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
495 B
XML
17 lines
495 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_SYNTAX_JS</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>JavaScript Syntax Highlighting</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|