Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yxnan/syntax-for-sublime-text
- Owner: yxnan
- Created: 2019-05-14T15:17:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T16:30:27.000Z (over 5 years ago)
- Last Synced: 2024-12-19T18:59:42.560Z (8 days ago)
- Topics: highlighting, regular-expression, sublime-text, syntax
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syntax for Sublime Text
Syntax highlighting for some languages that are not officially supported by Sublime TextInclude: **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)