mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Treat Unity3D metadata as an asset
This commit is contained in:
		| @@ -3295,18 +3295,11 @@ Unity3D Asset: | |||||||
|   - .anim |   - .anim | ||||||
|   - .asset |   - .asset | ||||||
|   - .mat |   - .mat | ||||||
|  |   - .meta | ||||||
|   - .prefab |   - .prefab | ||||||
|   - .unity |   - .unity | ||||||
|   tm_scope: source.yaml |   tm_scope: source.yaml | ||||||
|  |  | ||||||
| Unity3D Metadata: |  | ||||||
|   type: data |  | ||||||
|   ace_mode: yaml |  | ||||||
|   color: "#36093d" |  | ||||||
|   extensions: |  | ||||||
|   - .meta |  | ||||||
|   tm_scope: source.yaml |  | ||||||
|  |  | ||||||
| UnrealScript: | UnrealScript: | ||||||
|   type: programming |   type: programming | ||||||
|   color: "#a54c4d" |   color: "#a54c4d" | ||||||
|   | |||||||
| @@ -245,7 +245,7 @@ class TestBlob < Minitest::Test | |||||||
|     assert sample_blob("C++/wrapper_inner.cpp").generated? |     assert sample_blob("C++/wrapper_inner.cpp").generated? | ||||||
|  |  | ||||||
|     # Unity3D-generated metadata |     # Unity3D-generated metadata | ||||||
|     assert sample_blob("Unity3D Metadata/Tiles.meta").generated? |     assert sample_blob("Unity3D Asset/Tiles.meta").generated? | ||||||
|   end |   end | ||||||
|  |  | ||||||
|   def test_vendored |   def test_vendored | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user