mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:github/linguist
This commit is contained in:
		| @@ -75,6 +75,14 @@ Assembly: | ||||
|   extensions: | ||||
|   - .asm | ||||
|  | ||||
| AutoHotkey: | ||||
|   type: programming | ||||
|   lexer: autohotkey | ||||
|   aliases: | ||||
|   - ahk | ||||
|   extensions: | ||||
|   - .ahk | ||||
|  | ||||
| Batchfile: | ||||
|   type: programming | ||||
|   group: Shell | ||||
| @@ -929,6 +937,13 @@ Textile: | ||||
|   extensions: | ||||
|   - .textile | ||||
|  | ||||
| Twig: | ||||
|   type: markup | ||||
|   group: PHP | ||||
|   lexer: HTML+Django/Jinja | ||||
|   extensions: | ||||
|   - .twig | ||||
|  | ||||
| VHDL: | ||||
|   type: programming | ||||
|   lexer: Text only | ||||
|   | ||||
| @@ -341,6 +341,9 @@ class TestBlob < Test::Unit::TestCase | ||||
|     assert_equal Language['Groovy Server Pages'], blob("hello-resources.gsp").language | ||||
|     assert_equal Language['Groovy Server Pages'], blob("hello-pagedirective.gsp").language | ||||
|     assert_equal Language['Groovy Server Pages'], blob("hello-var.gsp").language | ||||
|  | ||||
|     # https://github.com/Lexikos/AutoHotkey_L | ||||
|     assert_equal Language['AutoHotkey'], blob("hello.ahk").language | ||||
|   end | ||||
|  | ||||
|   def test_lexer | ||||
|   | ||||
		Reference in New Issue
	
	Block a user