mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-23 01:35:33 +00:00
@@ -60,6 +60,14 @@ AppleScript:
|
||||
- .applescript
|
||||
- .scpt
|
||||
|
||||
AutoHotkey:
|
||||
type: programming
|
||||
lexer: Text only
|
||||
aliases:
|
||||
- ahk
|
||||
extensions:
|
||||
- .ahk
|
||||
|
||||
Arc:
|
||||
type: programming
|
||||
lexer: Text only
|
||||
|
||||
1
test/fixtures/hello.ahk
vendored
Normal file
1
test/fixtures/hello.ahk
vendored
Normal file
@@ -0,0 +1 @@
|
||||
MsgBox, Hello`, World!
|
||||
@@ -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