Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yxnan/syntax-for-sublime-text

Syntax highlighting for some languages that are not officially supported by Sublime Text
https://github.com/yxnan/syntax-for-sublime-text

highlighting regular-expression sublime-text syntax

Last synced: 6 days ago
JSON representation

Syntax highlighting for some languages that are not officially supported by Sublime Text

Awesome Lists containing this project

README

        

# Syntax for Sublime Text
Syntax highlighting for some languages that are not officially supported by Sublime Text

Include: **newLISP, Prolog, Arduino**

# Screenshot
![](https://raw.githubusercontent.com/sakamitz/pic-ref/master/syntax-for-sublime-text-newlisp.png)

# Usage
Put the ```*.sublime-syntax``` file to ```~/.config/sublime-text-3/Packages/User/```

Or simply do with the whole directory.

Enjoy it!

# Feature
### newLISP
1. **Built-in** and **user-define** functions.
2. Lexical constant. (String, numbers...)
3. Auto-indentation.
4. Multi-lines string. ([text][/text])

# TODO
Failed on identifying dash-contained symbols. For example:

![](https://raw.githubusercontent.com/sakamitz/pic-ref/master/syntax-for-sublime-text.png)