repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
llvm
/
utils
/
vscode
/
llvm
/
language-configuration.json
blob
a894d4aaa26e30ec0995584756ecce23d82ba93f
1
{
2
"comments": {
3
// symbol used for single line comment. Remove this entry if your language does not support line comments
4
"lineComment": ";"
5
},
6
// symbols used as brackets
7
"brackets": [
8
["{", "}"],
9
["[", "]"],
10
["(", ")"]
11
],
12
// symbols that are auto closed when typing
13
"autoClosingPairs": [
14
["{", "}"],
15
["[", "]"],
16
["(", ")"],
17
["\"", "\""]
18
],
19
// symbols that can be used to surround a selection
20
"surroundingPairs": [
21
["{", "}"],
22
["[", "]"],
23
["(", ")"],
24
["\"", "\""]
25
]
26
}