Created
November 23, 2017 05:21
-
-
Save cijogeorge/24f3b5ceb190a8e569591b1d3f45ac42 to your computer and use it in GitHub Desktop.
HQL syntax highlighting in Vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p ~/.vim/syntax | |
| wget -O ~/.vim/syntax/hive.vim https://raw.githubusercontent.com/autowitch/hive.vim/master/syntax/hive.vim | |
| echo "au BufNewFile,BufRead *.hql set filetype=hive expandtab" >> ~/.vimrc | |
| echo "au BufNewFile,BufRead *.q set filetype=hive expandtab" >> ~/.vimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment