Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gedit を JavaScript エディターとして使用していますが、「静的」などの一部のキーワードの強調表示が非常に悪いです。
特定の言語の gedit の強調表示を変更できますか?
Ubuntu 12.04
次のコマンドを使用して、言語仕様を編集できます。
gksu gedit /usr/share/gtksourceview-3.0/language-specs/javascript.lang
static変更検索の特別な強調表示を削除するには
static
<keyword>static</keyword>
でコメントアウトします
<!--<keyword>static</keyword>-->