mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-09 05:30:50 +00:00
Fix fontification of cgroup2 in fstab (bug#68367)
* lisp/generic-x.el (etc-fstab-generic-mode): Add cgroup2.
This commit is contained in:
parent
5567ce1a9f
commit
29af214a75
1 changed files with 1 additions and 0 deletions
|
@ -1491,6 +1491,7 @@ like an INI file. You can add this hook to `find-file-hook'."
|
||||||
"cd9660"
|
"cd9660"
|
||||||
"cfs"
|
"cfs"
|
||||||
"cgroup"
|
"cgroup"
|
||||||
|
"cgroup2"
|
||||||
"cifs"
|
"cifs"
|
||||||
"coda"
|
"coda"
|
||||||
"coherent"
|
"coherent"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue