I am looking for a Color Scheme in Sublime Text 3 for ABAP to highlight the syntax.
我正在寻找一个崇高的文本3中的配色方案,以便ABAP突出语法。
I have found this so far, but it does not work with version 3. It is supposed to be used with version 2.
到目前为止,我已经发现了这一点,但它与版本3不兼容。它应该与版本2一起使用。
EDIT:
编辑:
This is how the Theme looks:
主题是这样的:
1 个解决方案
#1
4
To use ABAP Syntax highlight from ABAP-Sublime-Plugin in Sublime Text 3 you need to follow this steps:
要在崇高的文本3中使用来自ABAP- sublime- plugin的语法突出显示,您需要遵循以下步骤:
- Steps described in "How to install it?" section on Github repository:
- Open your Package folder. The easiest way to identify the Package folder is to go to ST2 main menu: Preferences -> Browse Packages...
- 打开你的包文件夹。识别包文件夹最简单的方法是到ST2主菜单:首选项->浏览包…
- Manualy create ABAP folder under your Package folder: ...\Packages\ABAP
- 宏利在你的软件包文件夹下创建ABAP文件夹:…\软件包\ABAP
- Extract the content of zip archive into the ABAP folder (!!only the files without ABAP-Sublime-Plugin-master folder!!).
- 将zip归档文件的内容解压缩到ABAP文件夹(!!只有文件没有ABAP-Sublime-Plugin-master文件夹!)
- Github存储库“如何安装它?”一节中描述的步骤:打开软件包文件夹。识别包文件夹最简单的方法是到ST2主菜单:首选项->浏览包…宏利在您的包文件夹下创建ABAP文件夹:…\ package \ABAP将zip存档内容提取到ABAP文件夹(!!只有文件没有ABAP-Sublime-Plugin-master文件夹!)
- Delete file
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. - package-metadata删除文件。json从ABAP文件夹。这个文件是由包控制插件使用的,这个文件不兼容在崇高的文本3中的包控件。
- Choose ABAP code highlight scheme:
- If the file you are editing has .abp extension, syntax highlighting works automaticaly
- 如果你正在编辑的文件有。abp扩展,语法高亮显示是自动的。
- Or click on the bottom right corner in the ST3 window a choose ABAP
- 或者单击ST3窗口a中的右下角,选择ABAP
- Or open command window: Ctrl+Shift+P -> Enter "Abap" -> Hit "Enter"
- 或打开命令窗口:Ctrl+Shift+P ->输入“Abap”->点击“Enter”
- 选择ABAP代码高亮显示方案:如果你正在编辑的文件有。abp扩展,语法高亮显示是自动的,或者单击ST3窗口中的右下角,选择ABAP或打开命令窗口:Ctrl+Shift+P ->输入“ABAP”->点击“Enter”
#1
4
To use ABAP Syntax highlight from ABAP-Sublime-Plugin in Sublime Text 3 you need to follow this steps:
要在崇高的文本3中使用来自ABAP- sublime- plugin的语法突出显示,您需要遵循以下步骤:
- Steps described in "How to install it?" section on Github repository:
- Open your Package folder. The easiest way to identify the Package folder is to go to ST2 main menu: Preferences -> Browse Packages...
- 打开你的包文件夹。识别包文件夹最简单的方法是到ST2主菜单:首选项->浏览包…
- Manualy create ABAP folder under your Package folder: ...\Packages\ABAP
- 宏利在你的软件包文件夹下创建ABAP文件夹:…\软件包\ABAP
- Extract the content of zip archive into the ABAP folder (!!only the files without ABAP-Sublime-Plugin-master folder!!).
- 将zip归档文件的内容解压缩到ABAP文件夹(!!只有文件没有ABAP-Sublime-Plugin-master文件夹!)
- Github存储库“如何安装它?”一节中描述的步骤:打开软件包文件夹。识别包文件夹最简单的方法是到ST2主菜单:首选项->浏览包…宏利在您的包文件夹下创建ABAP文件夹:…\ package \ABAP将zip存档内容提取到ABAP文件夹(!!只有文件没有ABAP-Sublime-Plugin-master文件夹!)
- Delete file
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. - package-metadata删除文件。json从ABAP文件夹。这个文件是由包控制插件使用的,这个文件不兼容在崇高的文本3中的包控件。
- Choose ABAP code highlight scheme:
- If the file you are editing has .abp extension, syntax highlighting works automaticaly
- 如果你正在编辑的文件有。abp扩展,语法高亮显示是自动的。
- Or click on the bottom right corner in the ST3 window a choose ABAP
- 或者单击ST3窗口a中的右下角,选择ABAP
- Or open command window: Ctrl+Shift+P -> Enter "Abap" -> Hit "Enter"
- 或打开命令窗口:Ctrl+Shift+P ->输入“Abap”->点击“Enter”
- 选择ABAP代码高亮显示方案:如果你正在编辑的文件有。abp扩展,语法高亮显示是自动的,或者单击ST3窗口中的右下角,选择ABAP或打开命令窗口:Ctrl+Shift+P ->输入“ABAP”->点击“Enter”