- Visual Studio Code
-
intelephense:
"php.suggest.basic": false"editor.quickSuggestions" : { "comments": true }"intelephense.files.exclude": [ "**/.git/**", "**/.svn/**",
-
"/.hg/",
intelephense:
"php.suggest.basic": false
"editor.quickSuggestions" : { "comments": true }
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"/.hg/",
as of August 24, 2016
| # -*- coding: UTF-8 -*- | |
| # RAILS_VERSION 3.2.11 | |
| require 'yaml' | |
| require 'json' | |
| config = ::YAML::load <<EOS | |
| --- | |
| name: Anthos Invoicing | |
| tasks: |
| # RAILS_VERSION 3.2.11 | |
| require 'yaml' | |
| require 'json' | |
| config = ::YAML::load <<EOS | |
| --- | |
| tasks: | |
| instances: | |
| tasks: |
| $mid:#66CCFF; | |
| $dark:darken($mid, 40%); | |
| a{ | |
| color:$mid; | |
| &:hover{color:dark;} | |
| } | |
| @media only screen and (max-width: 767px) { | |
| $mid:#22CCFF; |