Sublime Text: PeopleCode Syntax Highlighter

来源:互联网 发布:欧陆风云4 mac下载 编辑:程序博客网 时间:2024/05/22 02:01

I've created a PeopleCode syntax highlighter plugin for Sublime Text. You can download it ongithub. Alternatively, you can add the repository to Package Control in Sublime Text, and then install it.

The plugin should work for PeopleCode methods (in Application Classes), Functions and Event PeopleCode when using ctrl/cmd + r. The extensions of the PeopleCode files need to end in either .ppl or .pcode. It should also hopefully work for .tracesql files (although I noticed a bug occurring when a SQL statement that starts with a quote does not end with a quote - the syntax highlighting for the remainder of the file is messed up).

However, please be aware that this is my first attempt at writing any sort of syntax plugin for sublime, so it may not be the most efficient syntax highlighting plugin out there. Also, I've noticed that the plugin runs terribly on large files due to the fact that it uses regular expressions to create scopes. I suggest that it only be used on smallish PeopleCode files (i.e. anything less than 15MB).


https://github.com/Jatz/PeopleCode-Sublime-Plugin


PeopleCode.tmLanguage文件保存到C:\Users\IBM_ADMIN\AppData\Roaming\Sublime Text 2\Packages\PeopleCode 下。