Browse Source

fixed nasty syntax indent error in config.json

merge-requests/365/head
tedjk 11 years ago
parent
commit
f3f14aada6
  1. 14
      juci/config.json

14
juci/config.json

@ -21,13 +21,13 @@
"c", "c",
"cc", "cc",
"cpp", "cpp",
"cxx", "cxx",
"c++", "c++",
"h", "h",
"hh", "hh",
"hpp", "hpp",
"hxx", "hxx",
"h++" "h++"
] ]
}, },
"keybindings": { "keybindings": {

Loading…
Cancel
Save