mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	vim-patch:8dc98bf: runtime(chordpro): update syntax script
References:
https://chordpro.org/beta/directives-define/#defining-chords-for-keyboard-instruments
8dc98bf427
Co-authored-by: nibo <nibo@relim.de>
			
			
This commit is contained in:
		
				
					committed by
					
						
						Christian Clason
					
				
			
			
				
	
			
			
			
						parent
						
							bdc0b5f505
						
					
				
				
					commit
					7ecd348b3d
				
			@@ -2,6 +2,7 @@
 | 
			
		||||
" Language:     ChordPro 6 (https://www.chordpro.org)
 | 
			
		||||
" Maintainer:   Niels Bo Andersen <niels@niboan.dk>
 | 
			
		||||
" Last Change:  2022-04-15
 | 
			
		||||
" 2024 Dec 31:  add "keys" as syntax keyword (via: https://groups.google.com/g/vim_dev/c/vP4epus0euM/m/mNoDY6hsCQAJ)
 | 
			
		||||
 | 
			
		||||
" Quit when a syntax file was already loaded
 | 
			
		||||
if exists("b:current_syntax")
 | 
			
		||||
@@ -104,7 +105,7 @@ syn match chordproStandardMetadata /instrument\.description/ contained
 | 
			
		||||
syn match chordproStandardMetadata /user\.name/ contained
 | 
			
		||||
syn match chordproStandardMetadata /user\.fullname/ contained
 | 
			
		||||
 | 
			
		||||
syn keyword chordproDefineKeyword contained frets fingers
 | 
			
		||||
syn keyword chordproDefineKeyword contained frets fingers keys
 | 
			
		||||
syn match chordproDefineKeyword /base-fret/ contained
 | 
			
		||||
 | 
			
		||||
syn match chordproArgumentsNumber /\d\+/ contained
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user