การแก้ไขไฟล์เน้นไวยากรณ์ gedit
ฉันกำลังพยายามเปลี่ยนไฟล์ไฮไลต์จาก Gedit ฉันได้แก้ไขไฟล์ /usr/share/gtksourceview-3.0/language-specs/fortran.lang เพราะฉันต้องการเปลี่ยนเคสที่ตัวแก้ไขใช้คำสั่งเป็นความคิดเห็น ปัญหาที่ฉันมีคือเมื่อฉันเลือกรูปแบบไฮไลต์ใหม่ไม่มีอะไรเน้นมันก็ยังคงเป็นข้อความธรรมดา ไฟล์ fortran.lang เปิดขึ้นพร้อมสิทธิ์ su และฉันเพิ่งคัดลอกทุกอย่างลงในไฟล์ Gedit ใหม่และบันทึกในภายหลังเป็น fortran_enhanced.lang ในโฟลเดอร์เดียวกัน การเปลี่ยนแปลงที่ฉันทำกับไฟล์ต้นฉบับคือ: ไฟล์ fortran.lang ดั้งเดิม: <language id="fortran" _name="Fortran 95" version="2.0" _section="Sources"> <metadata> <property name="mimetypes">text/x-fortran</property> <property name="globs">*.f;*.f90;*.f95;*.for</property> <property name="line-comment-start">!</property> </metadata> <styles> <style id="comment" _name="Comment" map-to="def:comment"/> <style id="floating-point" _name="Floating Point" map-to="def:floating-point"/> <style id="keyword" _name="Keyword" map-to="def:keyword"/> <style id="intrinsic" _name="Intrinsic …