-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not coloring like logs on changing extension #3
Comments
|
still no luck :( |
@tetsuo13 Pasting my full terminal view to confirm that I haven't missed any step. ishandutta2007@MacBook-Pro:~/Dropbox$
ishandutta2007@MacBook-Pro:~/Dropbox$ ishandutta2007@MacBook-Pro:~/Dropbox$
ishandutta2007@MacBook-Pro:~/Dropbox$ |
My logs are dumped at
/var/mail/ishandutta2007
So in
~/.vimrc
instead ofautocmd BufRead,BufNewFile *.log set syntax=log4j
I entered:
autocmd BufRead,BufNewFile /var/mail/ishandutta2007 set syntax=log4j
The text was updated successfully, but these errors were encountered: