mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add syntax grammar for Shen language (#3625)
* Added sublime-shen as submodule * Specified tm_scope in languages.yml * Imported copy of license
This commit is contained in:
		
				
					committed by
					
						 Colin Seymour
						Colin Seymour
					
				
			
			
				
	
			
			
			
						parent
						
							190e54c020
						
					
				
				
					commit
					0983f62e02
				
			
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -839,6 +839,9 @@ | ||||
| [submodule "vendor/grammars/language-jolie"] | ||||
| 	path = vendor/grammars/language-jolie | ||||
| 	url = https://github.com/fmontesi/language-jolie | ||||
| [submodule "vendor/grammars/sublime-shen"] | ||||
| 	path = vendor/grammars/sublime-shen | ||||
| 	url = https://github.com/rkoeninger/sublime-shen | ||||
| [submodule "vendor/grammars/Sublime-Pep8"] | ||||
| 	path = vendor/grammars/Sublime-Pep8 | ||||
| 	url = https://github.com/R4PaSs/Sublime-Pep8 | ||||
|   | ||||
| @@ -641,6 +641,8 @@ vendor/grammars/sublime-rexx: | ||||
| - source.rexx | ||||
| vendor/grammars/sublime-robot-plugin: | ||||
| - text.robot | ||||
| vendor/grammars/sublime-shen: | ||||
| - source.shen | ||||
| vendor/grammars/sublime-spintools: | ||||
| - source.regexp.spin | ||||
| - source.spin | ||||
|   | ||||
| @@ -4108,7 +4108,7 @@ Shen: | ||||
|   color: "#120F14" | ||||
|   extensions: | ||||
|   - ".shen" | ||||
|   tm_scope: none | ||||
|   tm_scope: source.shen | ||||
|   ace_mode: text | ||||
|   language_id: 348 | ||||
| Slash: | ||||
|   | ||||
							
								
								
									
										1
									
								
								vendor/grammars/sublime-shen
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								vendor/grammars/sublime-shen
									
									
									
									
										vendored
									
									
										Submodule
									
								
							 Submodule vendor/grammars/sublime-shen added at 0cd53f2b32
									
								
							
							
								
								
									
										34
									
								
								vendor/licenses/grammar/sublime-shen.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								vendor/licenses/grammar/sublime-shen.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| --- | ||||
| type: grammar | ||||
| name: sublime-shen | ||||
| license: bsd-3-clause | ||||
| --- | ||||
| License | ||||
| ------------ | ||||
|  | ||||
| Copyright (c) 2017, Robert Koeninger | ||||
| All rights reserved. | ||||
|  | ||||
| https://opensource.org/licenses/BSD-3-Clause | ||||
|  | ||||
| Redistribution and use in source and binary forms, with or without | ||||
| modification, are permitted provided that the following conditions are met: | ||||
|     * Redistributions of source code must retain the above copyright | ||||
|       notice, this list of conditions and the following disclaimer. | ||||
|     * Redistributions in binary form must reproduce the above copyright | ||||
|       notice, this list of conditions and the following disclaimer in the | ||||
|       documentation and/or other materials provided with the distribution. | ||||
|     * Neither the name of the <organization> nor the | ||||
|       names of its contributors may be used to endorse or promote products | ||||
|       derived from this software without specific prior written permission. | ||||
|  | ||||
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||||
| ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||||
| WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||||
| DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY | ||||
| DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||||
| (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||||
| LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||||
| ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||||
| (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||||
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
		Reference in New Issue
	
	Block a user