「構文ファイル」の版間の差分
ナビゲーションに移動
検索に移動
リンク名の修正、項目の順番を変更 |
リンクの修正 |
||
| 12行目: | 12行目: | ||
== ファイル一覧 == | == ファイル一覧 == | ||
* [https://github.com/jacklegdoc/Mery-AutoHotKey-syntax/blob/master/AutoHotkey.msy AutoHotkey] (Jacklegdoc) | * [https://github.com/jacklegdoc/Mery-AutoHotKey-syntax/blob/master/AutoHotkey.msy AutoHotkey] (Jacklegdoc) | ||
* [ | * [[Bash]] (Yuko) | ||
* [[Bat]] (シリル) | * [[Bat]] (シリル) | ||
* [https://github.com/MihailJP/merydef/blob/master/bf.msy Brainf*ck] (MihailJP) | * [https://github.com/MihailJP/merydef/blob/master/bf.msy Brainf*ck] (MihailJP) | ||
* [ | * [[CASL II]] (YOS G-spec) | ||
* [[Clojure]] (N) | * [[Clojure]] (N) | ||
* [ | * [[Common Lisp]] (YOS G-spec) | ||
* [https://github.com/GunseiPaseri/mery_MSY/blob/master/css3.msy CSS3] (群生系パセリ) | * [https://github.com/GunseiPaseri/mery_MSY/blob/master/css3.msy CSS3] (群生系パセリ) | ||
* [https://github.com/MihailJP/merydef/blob/master/d.msy D言語] (MihailJP) | * [https://github.com/MihailJP/merydef/blob/master/d.msy D言語] (MihailJP) | ||
| 23行目: | 23行目: | ||
* [https://github.com/MihailJP/merydef/blob/master/fsharp.msy F#] (MihailJP) | * [https://github.com/MihailJP/merydef/blob/master/fsharp.msy F#] (MihailJP) | ||
* [[FireBS]] (Starworshipper) | * [[FireBS]] (Starworshipper) | ||
* [ | * [[Fortran]] (YOS G-spec) | ||
* [https://github.com/MihailJP/merydef/blob/master/go.msy Go] (MihailJP) | * [https://github.com/MihailJP/merydef/blob/master/go.msy Go] (MihailJP) | ||
* [https://github.com/MihailJP/merydef/blob/master/haskell.msy Haskell] (MihailJP) | * [https://github.com/MihailJP/merydef/blob/master/haskell.msy Haskell] (MihailJP) | ||
| 32行目: | 32行目: | ||
* [[Lua]] (N) | * [[Lua]] (N) | ||
* [https://github.com/MihailJP/merydef/blob/master/markdown.msy Markdown] (MihailJP) | * [https://github.com/MihailJP/merydef/blob/master/markdown.msy Markdown] (MihailJP) | ||
* [ | * [[MATLAB]] (YOS G-spec) | ||
* [ | * [[MQL4]] (才石) | ||
* [[MQL4 改]] (東平) | * [[MQL4 改]] (東平) | ||
* [[NSIS]] (Leo) | * [[NSIS]] (Leo) | ||
| 40行目: | 40行目: | ||
* [https://github.com/TakamiChie/mery-scripts/blob/master/msy/re-view.msy Re:VIEW] (高見知英) | * [https://github.com/TakamiChie/mery-scripts/blob/master/msy/re-view.msy Re:VIEW] (高見知英) | ||
* [https://github.com/sh0hei/merydef/blob/master/scala.msy Scala] (Sh0hei) | * [https://github.com/sh0hei/merydef/blob/master/scala.msy Scala] (Sh0hei) | ||
* [ | * [[Smali]] (GTO) | ||
* [https://github.com/syeimi/Mery-msy/blob/master/Whitespace.msy Whitespace] (Syeimi) | * [https://github.com/syeimi/Mery-msy/blob/master/Whitespace.msy Whitespace] (Syeimi) | ||
* [[Wikitext]] (MSY-07) | * [[Wikitext]] (MSY-07) | ||
* [https://github.com/ebc-2in2crc/merydef/blob/master/yaml.msy YAML] (Ebc-2in2crc) | * [https://github.com/ebc-2in2crc/merydef/blob/master/yaml.msy YAML] (Ebc-2in2crc) | ||
* [ | * [[ZScript]] (Starworshipper) | ||
* [ | * [[青空文庫形式]] (急急如律令、Isari) | ||
* [https://github.com/MihailJP/merydef/blob/master/nadesiko.msy なでしこ] (MihailJP) | * [https://github.com/MihailJP/merydef/blob/master/nadesiko.msy なでしこ] (MihailJP) | ||
* [https://github.com/ikebeight/hatenasyntax/blob/master/hatena.msy はてな記法] (池辺祥和) | * [https://github.com/ikebeight/hatenasyntax/blob/master/hatena.msy はてな記法] (池辺祥和) | ||
2024年6月13日 (木) 06:48時点における版
Mery で使用できる構文ファイルを集めたライブラリです。
「表示」メニューの「編集モード > 編集モードの設定 > プロパティ」の下部にある「インポート」ボタンでインポートして使用します。
構文ファイルライブラリはどなたでも自由に編集できますので、新しい言語やマニアックな言語の色分けに使えそうなものが出来上がったら投稿してみてくださいね。
概要
構文ファイルとは、拡張子 ".msy" のファイルで、HTML や C++ などの言語における「強調」「構文」などの情報を保持しています。編集モードの設定から、インポートすることによって使用できます。一度インポートすると、Mery 内に保存されますので、構文ファイルは不要になります。
保存されているデータはテキストで、基本は強調する単語の列挙、特別な情報を # で始まる行で保存します。有志が作った構文ファイルを実際にテキストエディタで開いて見てみると分かりやすいでしょう。
ファイル一覧
- AutoHotkey (Jacklegdoc)
- Bash (Yuko)
- Bat (シリル)
- Brainf*ck (MihailJP)
- CASL II (YOS G-spec)
- Clojure (N)
- Common Lisp (YOS G-spec)
- CSS3 (群生系パセリ)
- D言語 (MihailJP)
- Erlang (MihailJP)
- F# (MihailJP)
- FireBS (Starworshipper)
- Fortran (YOS G-spec)
- Go (MihailJP)
- Haskell (MihailJP)
- HTML Living Standard (Ucky)
- HTML5.1 (Momdo)
- JSON (ShikaKingdom)
- Less (高見知英)
- Lua (N)
- Markdown (MihailJP)
- MATLAB (YOS G-spec)
- MQL4 (才石)
- MQL4 改 (東平)
- NSIS (Leo)
- OCaml (MihailJP)
- Processing (WGG)
- Re:VIEW (高見知英)
- Scala (Sh0hei)
- Smali (GTO)
- Whitespace (Syeimi)
- Wikitext (MSY-07)
- YAML (Ebc-2in2crc)
- ZScript (Starworshipper)
- 青空文庫形式 (急急如律令、Isari)
- なでしこ (MihailJP)
- はてな記法 (池辺祥和)
注意事項
msy ファイル上ではコメント行以外での全ての # と ^ をエスケープ (^# / ^^) する必要があります(エスケープ文字は ^)。
スポンサーリンク