mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
#import "*.h" detection for Objective-C
This commit is contained in:
@@ -65,7 +65,7 @@ module Linguist
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Common heuristics
|
# Common heuristics
|
||||||
ObjectiveCRegex = /^[ \t]*@(interface|class|protocol|property|end|synchronized|selector|implementation)\b/
|
ObjectiveCRegex = /^\s*(@(interface|class|protocol|property|end|synchronised|selector|implementation)\b|#import\s+.+\.h[">])/
|
||||||
|
|
||||||
disambiguate ".asc" do |data|
|
disambiguate ".asc" do |data|
|
||||||
if /^(----[- ]BEGIN|ssh-(rsa|dss)) /.match(data)
|
if /^(----[- ]BEGIN|ssh-(rsa|dss)) /.match(data)
|
||||||
|
|||||||
16
samples/Objective-C/Siesta.h
Normal file
16
samples/Objective-C/Siesta.h
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
//
|
||||||
|
// Siesta.h
|
||||||
|
// Siesta
|
||||||
|
//
|
||||||
|
// Created by Paul on 2015/6/14.
|
||||||
|
// Copyright © 2015 Bust Out Solutions. MIT license.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
//! Project version number for Siesta.
|
||||||
|
FOUNDATION_EXPORT double SiestaVersionNumber;
|
||||||
|
|
||||||
|
//! Project version string for Siesta.
|
||||||
|
FOUNDATION_EXPORT const unsigned char SiestaVersionString[];
|
||||||
|
|
||||||
Reference in New Issue
Block a user