|
--langdef=CoffeeScript |
|
--langmap=CoffeeScript:.coffee |
|
--regex-CoffeeScript=/^[ \t]*(@?[a-zA-Z$_\.1-9]+)[ \t]*(=|\:)[ \t]*(\(.*\))?[ \t]*(-|=)>/\1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*([a-zA-Z$_1-9]+\:\:[a-zA-Z$_\.1-9]+)[ \t]*(=|\:)[ \t]*(\(.*\))?[ \t]*(-|=)>/\1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*describe[ \t]"(.+)"[ \t]*,[ \t]+[-=]>/\1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*describe[ \t]'(.+)'[ \t]*,[ \t]+[-=]>/\1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*it[ \t]"([^"]+)"[ \t]*,[ \t]+[-=]>/\1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*it[ \t]'([^']+)'[ \t]*,[ \t]+[-=]>/\1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*f+describe[ \t]"(.+)"[ \t]*,[ \t]+[-=]>/focused\: \1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*f+describe[ \t]'(.+)'[ \t]*,[ \t]+[-=]>/focused: \1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*f+it[ \t]"([^"]+)"[ \t]*,[ \t]+[-=]>/focused: \1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*f+it[ \t]'([^']+)'[ \t]*,[ \t]+[-=]>/focused: \1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*xdescribe[ \t]"(.+)"[ \t]*,[ \t]+[-=]>/disabled\: \1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*xdescribe[ \t]'(.+)'[ \t]*,[ \t]+[-=]>/disabled: \1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*xit[ \t]"([^"]+)"[ \t]*,[ \t]+[-=]>/disabled: \1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*xit[ \t]'([^']+)'[ \t]*,[ \t]+[-=]>/disabled: \1/f,function/ |
|
--regex-CoffeeScript=/^[ \t]*class[ \t]*([a-zA-Z$_\.1-9]+)[ \t]*/\1/f,function/ |
|
|
|
--langdef=Css |
|
--langmap=Css:.css |
|
--langmap=Css:+.less |
|
--langmap=Css:+.sass |
|
--langmap=Css:+.scss |
|
--regex-Css=/^[ \t]*(.+)[ \t]*\{/\1/f,function/ |
|
--regex-Css=/^[ \t]*(.+)[ \t]*,[ \t]*$/\1/f,function/ |
|
|
|
--langdef=Html |
|
--langmap=Html:.html |
|
--regex-Html=/^[ \t]*<([a-zA-Z]+)[ \t]*.*>/\1/f,function/ |
|
|
|
--langdef=Markdown |
|
--langmap=Markdown:.md |
|
--langmap=Markdown:+.markdown |
|
--langmap=Markdown:+.mdown |
|
--langmap=Markdown:+.mkd |
|
--langmap=Markdown:+.mkdown |
|
--langmap=Markdown:+.ron |
|
--regex-Markdown=/^#+[ \t]*([^#]+)/\1/f,function/ |
|
|
|
--langdef=Json |
|
--langmap=Json:.json |
|
--regex-Json=/^[ \t]*"([^"]+)"[ \t]*\:/\1/f,function/ |
|
|
|
--langdef=Cson |
|
--langmap=Cson:.cson |
|
--langmap=Cson:+.gyp |
|
--regex-Cson=/^[ \t]*'([^']+)'[ \t]*\:/\1/f,function/ |
|
--regex-Cson=/^[ \t]*"([^"]+)"[ \t]*\:/\1/f,function/ |
|
--regex-Cson=/^[ \t]*([^'"]+)[ \t]*\:/\1/f,function/ |
|
|
|
--langmap=C++:+.mm |
|
|
|
--langmap=Ruby:+(Rakefile) |
|
|
|
--langmap=Php:+.module |
|
|
|
--langdef=Go |
|
--langmap=Go:.go |
|
--regex-Go=/func([ \t]+\([^)]+\))?[ \t]+([a-zA-Z0-9_]+)/\2/f,func/ |
|
--regex-Go=/var[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/v,var/ |
|
--regex-Go=/type[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/t,type/ |