mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Grammar for OpenSCAD from Textmate bundle (#3502)
This commit is contained in:
		
				
					committed by
					
						 Brandon Black
						Brandon Black
					
				
			
			
				
	
			
			
			
						parent
						
							e72347fd98
						
					
				
				
					commit
					d57aa37fb7
				
			
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -833,3 +833,6 @@ | |||||||
| [submodule "vendor/grammars/language-jison"] | [submodule "vendor/grammars/language-jison"] | ||||||
| 	path = vendor/grammars/language-jison | 	path = vendor/grammars/language-jison | ||||||
| 	url = https://github.com/cdibbs/language-jison | 	url = https://github.com/cdibbs/language-jison | ||||||
|  | [submodule "vendor/grammars/openscad.tmbundle"] | ||||||
|  | 	path = vendor/grammars/openscad.tmbundle | ||||||
|  | 	url = https://github.com/tbuser/openscad.tmbundle | ||||||
|   | |||||||
| @@ -526,6 +526,8 @@ vendor/grammars/ooc.tmbundle: | |||||||
| - source.ooc | - source.ooc | ||||||
| vendor/grammars/opa.tmbundle: | vendor/grammars/opa.tmbundle: | ||||||
| - source.opa | - source.opa | ||||||
|  | vendor/grammars/openscad.tmbundle: | ||||||
|  | - source.scad | ||||||
| vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage: | vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage: | ||||||
| - source.oz | - source.oz | ||||||
| vendor/grammars/parrot: | vendor/grammars/parrot: | ||||||
|   | |||||||
| @@ -2932,7 +2932,7 @@ OpenSCAD: | |||||||
|   type: programming |   type: programming | ||||||
|   extensions: |   extensions: | ||||||
|   - ".scad" |   - ".scad" | ||||||
|   tm_scope: none |   tm_scope: source.scad | ||||||
|   ace_mode: scad |   ace_mode: scad | ||||||
|   language_id: 266 |   language_id: 266 | ||||||
| OpenType Feature File: | OpenType Feature File: | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								vendor/README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/README.md
									
									
									
									
										vendored
									
									
								
							| @@ -239,6 +239,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting | |||||||
| - **OpenCL:** [textmate/c.tmbundle](https://github.com/textmate/c.tmbundle) | - **OpenCL:** [textmate/c.tmbundle](https://github.com/textmate/c.tmbundle) | ||||||
| - **OpenEdge ABL:** [jfairbank/Sublime-Text-2-OpenEdge-ABL](https://github.com/jfairbank/Sublime-Text-2-OpenEdge-ABL) | - **OpenEdge ABL:** [jfairbank/Sublime-Text-2-OpenEdge-ABL](https://github.com/jfairbank/Sublime-Text-2-OpenEdge-ABL) | ||||||
| - **OpenRC runscript:** [atom/language-shellscript](https://github.com/atom/language-shellscript) | - **OpenRC runscript:** [atom/language-shellscript](https://github.com/atom/language-shellscript) | ||||||
|  | - **OpenSCAD:** [tbuser/openscad.tmbundle](https://github.com/tbuser/openscad.tmbundle) | ||||||
| - **OpenType Feature File:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge) | - **OpenType Feature File:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge) | ||||||
| - **Ox:** [andreashetland/sublime-text-ox](https://github.com/andreashetland/sublime-text-ox) | - **Ox:** [andreashetland/sublime-text-ox](https://github.com/andreashetland/sublime-text-ox) | ||||||
| - **Oz:** [eregon/oz-tmbundle](https://github.com/eregon/oz-tmbundle) | - **Oz:** [eregon/oz-tmbundle](https://github.com/eregon/oz-tmbundle) | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								vendor/grammars/openscad.tmbundle
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								vendor/grammars/openscad.tmbundle
									
									
									
									
										vendored
									
									
										Submodule
									
								
							 Submodule vendor/grammars/openscad.tmbundle added at 87fae5d440
									
								
							
							
								
								
									
										25
									
								
								vendor/licenses/grammar/openscad.tmbundle.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								vendor/licenses/grammar/openscad.tmbundle.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | |||||||
|  | --- | ||||||
|  | type: grammar | ||||||
|  | name: openscad.tmbundle | ||||||
|  | license: mit | ||||||
|  | --- | ||||||
|  | Copyright (c) 2017 Tony Buser | ||||||
|  |  | ||||||
|  | Permission is hereby granted, free of charge, to any person obtaining | ||||||
|  | a copy of this software and associated documentation files (the | ||||||
|  | "Software"), to deal in the Software without restriction, including | ||||||
|  | without limitation the rights to use, copy, modify, merge, publish, | ||||||
|  | distribute, sublicense, and/or sell copies of the Software, and to | ||||||
|  | permit persons to whom the Software is furnished to do so, subject to | ||||||
|  | the following conditions: | ||||||
|  |  | ||||||
|  | The above copyright notice and this permission notice shall be | ||||||
|  | included in all copies or substantial portions of the Software. | ||||||
|  |  | ||||||
|  | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||||||
|  | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||||||
|  | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||||||
|  | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||||||
|  | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||||||
|  | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||||||
|  | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||||
		Reference in New Issue
	
	Block a user