Sha256: 8ca9af71e8293881cf9f4f57715593d7af254eb26b1ecd373008b15a671804fe

Contents?: true

Size: 1.57 KB

Versions: 3

Compression:

Stored size: 1.57 KB

Contents

{
  "FCA85521-74FC-4A71-9ADE-DC055E63CAEE": {
    "name": "Comments",
    "scope": "source.cmake",
    "settings": {
      "shellVariables": [
        {
          "name": "TM_COMMENT_START",
          "value": "# "
        }
      ]
    },
    "uuid": "FCA85521-74FC-4A71-9ADE-DC055E63CAEE"
  },
  "E60C579C-BEE8-4C0F-8FA3-0F9E1A851154": {
    "name": "Completions",
    "scope": "source.cmake",
    "settings": {
      "completionCommand": "\n\t# Commands are by convention written in all uppercase, but the command list is given in lowercase,\n\t# so we print both to enable people to use either\n\t# The first line is always the CMake executable version, so it gets stripped off\n\tcmake --help-command-list >( tail -n+2 | tee >(tr \"[a-z]\" \"[A-Z]\") | grep \"^$TM_CURRENT_WORD\" )\n\t"
    },
    "uuid": "E60C579C-BEE8-4C0F-8FA3-0F9E1A851154"
  },
  "D58FED93-633B-4C26-89C1-53198843416A": {
    "name": "Indentation Rules",
    "scope": "source.cmake",
    "settings": {
      "decreaseIndentPattern": "(?xi)\n\t    \\b end(function|macro|if|foreach|while) \\b\n\t |  \\b else(if)? \\b\n\t |  ^ [^(]* \\) \\s* $\n\t",
      "increaseIndentPattern": "(?xi)\n\t    \\b (function|macro|if|foreach|while) \\b\n\t |  \\b else(if)? \\b\n\t |  \\( [^)]* $\n\t"
    },
    "uuid": "D58FED93-633B-4C26-89C1-53198843416A"
  },
  "3C9C38E0-2EC5-4963-9FC1-BD2D04EC62F7": {
    "name": "Symbol List",
    "scope": "meta.function-call.function.cmake",
    "settings": {
      "showInSymbolList": "1",
      "symbolTransformation": "s/^(\\w+).*$/$1/"
    },
    "uuid": "3C9C38E0-2EC5-4963-9FC1-BD2D04EC62F7"
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ver-2009.12.14 config/preferences/CMake.json
ver-2009.11.29 config/preferences/CMake.json
ver-2009.11.28 config/preferences/CMake.json