fic-mode icon indicating copy to clipboard operation
fic-mode copied to clipboard

add TODO, FIXME, etc highlighting in comments and strings

Results 3 fic-mode issues
Sort by recently updated
recently updated
newest added

Hello, I use `@@@` as a special symbol to mark the last place in my code I was working at, even months in the past. I have: `(setq fic-highlighted-words '("FIXME"...

This causes problems for other users of font-locking in the buffer when fic-mode is used as a hook. ``` In fic-mode: fic-mode.el:128:8:Warning: ‘font-lock-fontify-buffer’ is for interactive use only; use ‘font-lock-ensure’...

Add a interactive function named fic-jump, which will capture the lines where keywords located in from all buffers which have enabled the fic-mode, into *Fic-Jump* buffer. Users can click the...