mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
* Add .x as XDR/RPCGEN XDR/RPC language as documented in RFC5531, RFC4506. Samples are from glibc and RFCs. * Add Logos samples https://github.com/JonasGessner/NoCarrier/blob/master/NoCarrier.x - MITcf31f4e466/llvm-gcc-R3/gcc/testsuite/objc/execute/string1.x- GPL2f6415578fa/perapp-plugin/Tweak.x- GPL3d1b3e83888/NCHax.x- Apache * Add disambiguate heuristics for .x * Add RPC to vendor/README.md
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
# APPLE LOCAL file string workaround 4943900
|
|
if { [istarget "*-*-darwin\[9123\]*"] } {
|
|
set additional_flags "-framework Foundation -fconstant-cfstrings"
|
|
}
|
|
return 0
|