You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the syntaxhighlighting under RHEL7, and it wasn't usable.
Under Ubuntu it is perfect.
Please change two things.
Rename the files to dockerfile.vim
change the ftdetect/Dockerfile vim and set:
" Dockerfile
autocmd BufRead,BufNewFile Dockerfile set ft=Dockerfile
autocmd BufRead,BufNewFile Dockerfile* set ft= Dockerfile
autocmd BufRead,BufNewFile *.dock set ft=Dockerfile
At this way the syntaxhighlithting is usable under RHEL7.
Greets
The text was updated successfully, but these errors were encountered:
I use the syntaxhighlighting under RHEL7, and it wasn't usable.
Under Ubuntu it is perfect.
Please change two things.
" Dockerfile
autocmd BufRead,BufNewFile Dockerfile set ft=Dockerfile
autocmd BufRead,BufNewFile Dockerfile* set ft= Dockerfile
autocmd BufRead,BufNewFile *.dock set ft=Dockerfile
At this way the syntaxhighlithting is usable under RHEL7.
Greets
The text was updated successfully, but these errors were encountered: