mirror of
				https://github.com/vim/vim.git
				synced 2025-10-29 09:37:35 -04:00 
			
		
		
		
	runtime(prisma): include basic prisma ftplugin file (#14807)
Reference: https://www.prisma.io/docs/orm/prisma-schema/overview#comments Signed-off-by: Riley Bruins <ribru17@hotmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/MAINTAINERS
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/MAINTAINERS
									
									
									
									
										vendored
									
									
								
							| @@ -195,6 +195,7 @@ runtime/ftplugin/php.vim		@dkearns | ||||
| runtime/ftplugin/pod.vim		@petdance @dkearns | ||||
| runtime/ftplugin/poefilter.vim		@ObserverOfTime | ||||
| runtime/ftplugin/postscr.vim		@mrdubya | ||||
| runtime/ftplugin/prisma.vim		@ribru17 | ||||
| runtime/ftplugin/ps1.vim		@heaths | ||||
| runtime/ftplugin/ps1xml.vim		@heaths | ||||
| runtime/ftplugin/pymanifest.vim		@ObserverOfTime | ||||
|   | ||||
							
								
								
									
										13
									
								
								runtime/ftplugin/prisma.vim
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								runtime/ftplugin/prisma.vim
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| " Vim filetype plugin | ||||
| " Language:	prisma | ||||
| " Maintainer:	Riley Bruins <ribru17@gmail.com> | ||||
| " Last Change:	2024 May 19 | ||||
|  | ||||
| if exists('b:did_ftplugin') | ||||
|   finish | ||||
| endif | ||||
| let b:did_ftplugin = 1 | ||||
|  | ||||
| setl comments=:///,:// commentstring=//\ %s | ||||
|  | ||||
| let b:undo_ftplugin = 'setl com< cms<' | ||||
		Reference in New Issue
	
	Block a user