Add support for crontab-mode

This commit is contained in:
Antonio Ruiz 2022-09-02 05:32:12 +03:00 committed by Protesilaos Stavrou
parent c018c83c5e
commit 6dd3c0ef81
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 52 additions and 43 deletions

View file

@ -4559,6 +4559,7 @@ have lots of extensions, so the “full support” may not be 100% true…
• counsel-css
• cov
• cperl-mode
• crontab-mode [ Part of 2.7.0-dev ]
• css-mode
• csv-mode
• ctrlf
@ -6965,49 +6966,49 @@ Node: Custom hl-todo colors187349
Node: Add support for solaire-mode188870
Node: Face coverage191788
Node: Supported packages192240
Node: Indirectly covered packages198781
Node: Notes on individual packages199909
Node: Note on calendarel weekday and weekend colors201017
Node: Note on git-gutter in Doom Emacs202165
Node: Note on php-mode multiline comments204253
Node: Note on underlines in compilation buffers205006
Node: Note on inline Latex in Org buffers205843
Node: Note on dimmerel206453
Node: Note on display-fill-column-indicator-mode207938
Node: Note on highlight-parenthesesel209336
Node: Note on mmm-modeel background colors215386
Node: Note for prism217701
Node: Note for god-mode220857
Node: Note on company-mode overlay pop-up222461
Ref: Note on company-mode overlay pop-up-Footnote-1223151
Ref: Note on company-mode overlay pop-up-Footnote-2223218
Node: Note on ERC escaped color sequences223273
Ref: Note on ERC escaped color sequences-Footnote-1224701
Node: Note on powerline or spaceline224811
Node: Note on SHR colors225225
Node: Note on SHR fonts225649
Node: Note on Ement colors and fonts226282
Node: Note on Helm grep227781
Node: Note on pdf-tools link hints229251
Node: Note on the Notmuch logo231698
Node: Frequently Asked Questions232196
Node: Is the contrast ratio about adjacent colors?232827
Node: What does it mean to avoid exaggerations?234334
Node: Why are colors mostly variants of blue magenta cyan?236163
Node: What is the best setup for legibility?240469
Node: Are these color schemes?243114
Node: Port the Modus themes to other platforms?246834
Node: Contributing249615
Node: Sources of the themes250012
Node: Issues you can help with250711
Node: Patches require copyright assignment to the FSF252283
Node: Acknowledgements254503
Node: Other notes about the project258021
Node: GNU Free Documentation License261019
Node: Indices286396
Node: Function index286575
Node: Variable index288378
Node: Concept index290665
Node: Indirectly covered packages198823
Node: Notes on individual packages199951
Node: Note on calendarel weekday and weekend colors201059
Node: Note on git-gutter in Doom Emacs202207
Node: Note on php-mode multiline comments204295
Node: Note on underlines in compilation buffers205048
Node: Note on inline Latex in Org buffers205885
Node: Note on dimmerel206495
Node: Note on display-fill-column-indicator-mode207980
Node: Note on highlight-parenthesesel209378
Node: Note on mmm-modeel background colors215428
Node: Note for prism217743
Node: Note for god-mode220899
Node: Note on company-mode overlay pop-up222503
Ref: Note on company-mode overlay pop-up-Footnote-1223193
Ref: Note on company-mode overlay pop-up-Footnote-2223260
Node: Note on ERC escaped color sequences223315
Ref: Note on ERC escaped color sequences-Footnote-1224743
Node: Note on powerline or spaceline224853
Node: Note on SHR colors225267
Node: Note on SHR fonts225691
Node: Note on Ement colors and fonts226324
Node: Note on Helm grep227823
Node: Note on pdf-tools link hints229293
Node: Note on the Notmuch logo231740
Node: Frequently Asked Questions232238
Node: Is the contrast ratio about adjacent colors?232869
Node: What does it mean to avoid exaggerations?234376
Node: Why are colors mostly variants of blue magenta cyan?236205
Node: What is the best setup for legibility?240511
Node: Are these color schemes?243156
Node: Port the Modus themes to other platforms?246876
Node: Contributing249657
Node: Sources of the themes250054
Node: Issues you can help with250753
Node: Patches require copyright assignment to the FSF252325
Node: Acknowledgements254545
Node: Other notes about the project258063
Node: GNU Free Documentation License261061
Node: Indices286438
Node: Function index286617
Node: Variable index288420
Node: Concept index290707

End Tag Table

View file

@ -4533,6 +4533,7 @@ have lots of extensions, so the "full support" may not be 100% true…
+ counsel-css
+ cov
+ cperl-mode
+ crontab-mode [ Part of {{{development-version}}} ]
+ css-mode
+ csv-mode
+ ctrlf

View file

@ -4826,6 +4826,13 @@ by virtue of calling either of `modus-themes-load-operandi' and
`(cperl-nonoverridable-face ((,class :foreground unspecified)))
`(cperl-array-face ((,class :inherit font-lock-keyword-face)))
`(cperl-hash-face ((,class :inherit font-lock-variable-name-face)))
;;;;; crontab-mode
`(crontab-minute ((,class :foreground ,blue-alt)))
`(crontab-hour ((,class :foreground ,magenta-alt-other)))
`(crontab-month-day ((,class :foreground ,magenta-alt)))
`(crontab-month ((,class :foreground ,blue)))
`(crontab-week-day ((,class :foreground ,cyan)))
`(crontab-predefined ((,class :foreground ,blue-alt)))
;;;;; css-mode
`(css-property ((,class :inherit font-lock-type-face)))
`(css-selector ((,class :inherit font-lock-keyword-face)))