mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge pull request #1614 from creasty/viml_underscore_vimrc
Add a filename rule for _vimrc
This commit is contained in:
		| @@ -2465,6 +2465,7 @@ VimL: | ||||
|   - .vim | ||||
|   filenames: | ||||
|   - .vimrc | ||||
|   - _vimrc | ||||
|   - vimrc | ||||
|   - gvimrc | ||||
|  | ||||
|   | ||||
							
								
								
									
										8
									
								
								samples/VimL/filenames/_vimrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								samples/VimL/filenames/_vimrc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| set nocompatible | ||||
| set ignorecase | ||||
| set incsearch | ||||
| set smartcase | ||||
| set showmatch | ||||
| set showcmd | ||||
|  | ||||
| syntax on | ||||
		Reference in New Issue
	
	Block a user