File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -515,28 +515,6 @@ git clone https://github.com/NoahTheDuke/vim-just.git
515515[Nvim Treesitter](https://github.com/nvim-treesitter/nvim-treesitter) plugin
516516for Neovim.
517517
518- # ### Makefile Syntax Highlighting
519-
520- Vim's built-in makefile syntax highlighting isn't perfect for `justfile`s, but
521- it's better than nothing. You can put the following in `~/.vim/filetype.vim` :
522-
523- ` ` ` vimscript
524- if exists("did_load_filetypes")
525- finish
526- endif
527-
528- augroup filetypedetect
529- au BufNewFile,BufRead justfile setf make
530- augroup END
531- ` ` `
532-
533- Or add the following to an individual `justfile` to enable `make` mode on a
534- per-file basis :
535-
536- ` ` ` text
537- # vim: set ft=make :
538- ` ` `
539-
540518# ## Emacs
541519
542520[just-mode](https://github.com/leon-barrett/just-mode.el) provides syntax
You can’t perform that action at this time.
0 commit comments