https://bugs.kde.org/show_bug.cgi?id=365006
Bug ID: 365006
Summary: enable nix syntax highlighting
Product: kate
Version: 3.14.3
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: part
Assignee: [email protected]
Reporter: [email protected]
please apply this patch to also have bash syntax highliting for *.nix files.
diff --git a/xml/bash.xml b/xml/bash.xml
index a07de39..07b0562 100644
--- a/xml/bash.xml
+++ b/xml/bash.xml
@@ -8,7 +8,7 @@
<!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or
- following -->
<!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character
in a file name -->
]>
-<language name="Bash" version="2.17" kateversion="2.4" section="Scripts"
extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile"
mimetype="application/x-shellscript" casesensitive="1" author="Wilbert
Berendsen ([email protected])" license="LGPL">
+<language name="Bash" version="2.17" kateversion="2.4" section="Scripts"
extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;*.nix"
mimetype="application/x-shellscript" casesensitive="1" author="Wilbert
Berendsen ([email protected])" license="LGPL">
<!-- (c) 2004 by Wilbert Berendsen ([email protected])
Changes by Matthew Woehlke ([email protected])
Reproducible: Always
--
You are receiving this mail because:
You are watching all bug changes.