Skip to content

Instantly share code, notes, and snippets.

@jodell
Created September 27, 2012 15:28
Show Gist options
  • Save jodell/3794624 to your computer and use it in GitHub Desktop.
Save jodell/3794624 to your computer and use it in GitHub Desktop.
xcode lang grep
cd /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources
grep -rohE 'xcode.lang.(\w*)' * | sort -u
@jodell
Copy link
Author

jodell commented Sep 27, 2012

xcode.lang.ada
xcode.lang.applescript
xcode.lang.asm
xcode.lang.c
xcode.lang.character
xcode.lang.comment
xcode.lang.completionplaceholder
xcode.lang.cpp
xcode.lang.csh
xcode.lang.css
xcode.lang.dtrace
xcode.lang.dylan
xcode.lang.fortran
xcode.lang.glsl
xcode.lang.html
xcode.lang.interfacer
xcode.lang.jam
xcode.lang.java
xcode.lang.javascript
xcode.lang.lau
xcode.lang.llvm
xcode.lang.lua
xcode.lang.make
xcode.lang.man
xcode.lang.nqc
xcode.lang.number
xcode.lang.objc
xcode.lang.objcpp
xcode.lang.opencl
xcode.lang.pascal
xcode.lang.perl
xcode.lang.php
xcode.lang.plainColoring
xcode.lang.plist
xcode.lang.python
xcode.lang.regex
xcode.lang.rez
xcode.lang.ruby
xcode.lang.sh
xcode.lang.simpleColoring
xcode.lang.string
xcode.lang.url
xcode.lang.xcconfig
xcode.lang.xclangspec
xcode.lang.xcsynspec
xcode.lang.xctxtmacro
xcode.lang.xml
xcode.lang.yaml

@interstateone
Copy link

Might be a long shot, but any idea what version of Xcode included the YAML xclangspec file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment