Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamg/sublime_symbols
https://github.com/lamg/sublime_symbols
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lamg/sublime_symbols
- Owner: lamg
- License: mit
- Created: 2024-05-15T06:25:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-19T07:39:54.000Z (6 months ago)
- Last Synced: 2024-05-19T14:49:00.541Z (6 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:": "∧"
}
```