Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefafafan/vscode-hatena-syntax
Unofficial VS Code Extension providing syntax highlighting for the Hatena Markup Language
https://github.com/stefafafan/vscode-hatena-syntax
Last synced: 16 days ago
JSON representation
Unofficial VS Code Extension providing syntax highlighting for the Hatena Markup Language
- Host: GitHub
- URL: https://github.com/stefafafan/vscode-hatena-syntax
- Owner: stefafafan
- License: mit
- Created: 2021-12-09T11:14:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T13:32:35.000Z (about 3 years ago)
- Last Synced: 2023-08-19T02:19:34.992Z (over 1 year ago)
- Homepage:
- Size: 618 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.microsoft.txt
Awesome Lists containing this project
README
# vscode-hatena-syntax
An unofficial VS Code Extension that enables syntax highlighting for the Hatena markup language.
See here about the Hatena language: https://help.hatenablog.com/entry/text-hatena-listFiles with `.hatena` file extension will automatically be detected.
![Sample Screenshot](sample.png)
## Features
This extension currently supports,
- Headings
- Lists
- Quotes (kind of)
- id:* format
- question:* format
- fotolife format
- isbn/asin format
- Embedded HTMLTODO:
- Tables
- Quotes with embedded source code
- some other stuff that is written here: https://help.hatenablog.com/entry/text-hatena-list## Release Notes
### 0.0.3
- Update README### 0.0.2
- Added embedded HTML support
- Add license files### 0.0.1
Initial release.
## License
Copyright (c) 2021 stefafafan
Licensed under the [MIT](LICENSE.txt) license.
Portions of code from the https://github.com/microsoft/vscode repository (specifically, [this file](https://github.com/microsoft/vscode/blob/ee3e404b71ad5b6503b3aafe50f1c7518c8e4c2a/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json)) have been borrowed.
This borrowed code is also licensed under the [MIT](LICENSE.microsoft.txt) license.