Keith Smiley

Results 1359 comments of Keith Smiley

That's too bad. Another thing. Checkout the syntax file built in for HTML. ftp://ftp.vim.org/pub/vim/runtime/syntax/html.vim Search for: ``` syn include @htmlJavaScript syntax/javascript.vim ``` Looks like that's how they nest javascript correctly....

Here's another option: https://github.com/pangloss/vim-javascript/blob/a1165dca3e0cdc8754ca77ddd99510b1f093c04b/syntax/javascript.vim#L153-L179 This plugin just make sure the container contains all possible HTML and CSS elements. Not the most elegant option.

Another crazy amazing implementation: https://github.com/tpope/vim-markdown/blob/master/syntax/markdown.vim at https://github.com/tpope/vim-markdown/blob/master/syntax/markdown.vim#L18-L28 and https://github.com/tpope/vim-markdown/blob/master/syntax/markdown.vim#L91-L96 It produces these commands: ![screen shot 2014-04-30 at 7 57 01 pm](https://cloud.githubusercontent.com/assets/283886/2848670/2cd07578-d0c3-11e3-885a-698227aa2779.png) So it declares them as those include groups `@markdownHighlight`...

I do this for this https://github.com/Keithbsmiley/dotfiles/blob/master/osx/quicklook/quicklook-install.sh

FWIW in SwiftLint I implemented this but the file only allows filepaths not arbitrary options, which might be easier for DrString as well

Here's a quick head only formula if someone wants to push it to a tap or something: ```rb class BitcodeRetriever < Formula desc "URL extractor/launcher" homepage "https://github.com/AlexDenisov/bitcode_retriever" head "https://github.com/AlexDenisov/bitcode_retriever.git" depends_on...

For Markoff the `markoff.rb` would look something like this: ``` ruby cask 'markoff' do version '1.0.0' sha256 'something here via `shasum -a 256 Markoff.zip`' url 'a .app download URL' appcast...

I think google maps currently is distributed as a static framework, so you don't have to do anything special to make that work, in the end it will be statically...

You should make sure to not apply any of the settings from this repo to those targets, and instead just link them normally.