We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
この前こういうの作りました,どうでしょうか.
Emacsで1ファイルにしか出現していないシンボルをハイライトするやつ - hitode909の日記
The text was updated successfully, but these errors were encountered:
ほとんどのアプリがバッファ単体しかみてないところ、プロジェクト内のファイルを調べてくれるというのが良いと思います!
現在地が文字列リテラルかコメントかは、font-lock属性見るとだいたいいけます。↓こんな感じ。
(not (eq (get-text-property (point) 'face) 'font-lock-doc-face))
Sorry, something went wrong.
現在地が文字列リテラルかコメントかは、font-lock属性見るとだいたいいけます。
なるほど〜〜〜
現在地の faceが知りたい場合は (face-at-point)が使えます。
(face-at-point)
そんなものが。。。 いまだに発見の連続で、まだまだ知らないことが多いです。
No branches or pull requests
この前こういうの作りました,どうでしょうか.
Emacsで1ファイルにしか出現していないシンボルをハイライトするやつ - hitode909の日記
The text was updated successfully, but these errors were encountered: