Fix fontification of ALIGN_STACK functions
* .dir-locals.el (c-mode) <c-noise-macro-names>: Add "ALIGN_STACK", to correctly fontify functions with this attribute.
This commit is contained in:
parent
aa0c38f358
commit
05aadd8990
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
(sentence-end-double-space . t)
|
||||
(fill-column . 70)))
|
||||
(c-mode . ((c-file-style . "GNU")
|
||||
(c-noise-macro-names . ("UNINIT"))))
|
||||
(c-noise-macro-names . ("UNINIT" "ALIGN_STACK"))))
|
||||
(objc-mode . ((c-file-style . "GNU")))
|
||||
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
|
||||
(log-edit-setup-add-author . t)))
|
||||
|
|
Loading…
Add table
Reference in a new issue