Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lamg/sublime_symbols


https://github.com/lamg/sublime_symbols

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Sublime Symbols

Sublime Text extension for typing Unicode characters. It works by detecting a sequence of characters and replacing it by some preconfigured string, which usually is an Unicode character, but can be something else.

Recognized sequences are independent of the plugin itself, thus can be customized easily since they are just
JSON objects like the following:

```json
{
":eq:": "≡",
":and:": "∧"
}
```