mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge branch 'master' into return-nil-on-no-ace-mode
This commit is contained in:
@@ -129,7 +129,7 @@ module Linguist
|
||||
disambiguate "FORTRAN", "Forth" do |data|
|
||||
if /^: /.match(data)
|
||||
Language["Forth"]
|
||||
elsif /^([c*][^a-z]| subroutine\s)/i.match(data)
|
||||
elsif /^([c*][^a-z]| (subroutine|program)\s|!)/i.match(data)
|
||||
Language["FORTRAN"]
|
||||
end
|
||||
end
|
||||
|
||||
@@ -2274,6 +2274,14 @@ Protocol Buffer:
|
||||
tm_scope: source.protobuf
|
||||
ace_mode: protobuf
|
||||
|
||||
Public Key:
|
||||
type: data
|
||||
extensions:
|
||||
- .asc
|
||||
- .pub
|
||||
tm_scope: none
|
||||
ace_mode: none
|
||||
|
||||
Puppet:
|
||||
type: programming
|
||||
color: "#cc5555"
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
|
||||
# Erlang bundles
|
||||
- ^rebar$
|
||||
- erlang.mk
|
||||
|
||||
# Go dependencies
|
||||
- Godeps/_workspace/
|
||||
|
||||
Reference in New Issue
Block a user