Sublime Text syntax support for Yandex Wiki.
The preferred method of installation is via Sublime Package Control. Package Control automatically download the package and keeps it up-to-date.
- Install Package Control.
- From inside Sublime Text, open Package Control's Command Pallet: Ctrl + Shift + P (Windows, Linux) or Cmd ⌘ + Shift ⇧ + P on Mac.
- Type
install packageand hit Return. A list of available packages will be displayed. - Type
YandexWikiand hit Return. The package will be downloaded to the appropriate directory.
Syntax highlighting:
- headings
- bold, italic, questions, colored remarks, underline, strikethrough
- inline code & block (using
%%) - logins (@xxx, xxx@, кто:xxx, etc)
- inline quote
- horizontal line
Hotkeys to wrap selection:
- * — bold (
**selection**) - / — italic (
//selection//) - ? — question (
??selection??) - ! — remark (
!!selection!!) - % — code (
%%selection%%)
- Sublime Docs: color scheme, syntax matching.
- PackageControl page.
- PackageControl definition (as of 19 Mar 2019).
- Yandex Wiki for Visual Studio Code
