Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

エディタにおけるコメントアウトの改善 #29

Open
nikosai opened this issue Jul 12, 2019 · 0 comments
Open

エディタにおけるコメントアウトの改善 #29

nikosai opened this issue Jul 12, 2019 · 0 comments

Comments

@nikosai
Copy link
Contributor

nikosai commented Jul 12, 2019

# によるコメントアウトの反映

現在、LMNtalコンパイラは一行コメントとして # % // の3つを認めている。
しかし、LaViTでは % // がコメントとしてシンタックスハイライトされる一方、# がコメント扱いになっていない。

選択範囲の一括コメントアウト機能

VSCodeやAtomなどのエディタでは、 Ctrl+/ を打鍵することで選択範囲を一括でコメントアウト・アンコメントできる。
この機能を導入したい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant