some cleanup, back to wpa_supplicant, about to branch for refactor
This commit is contained in:
parent
29f9ba670f
commit
7b061e6cd8
33 changed files with 2225 additions and 449 deletions
59
dotfiles/dot_config/tree-sitter/config.json
Normal file
59
dotfiles/dot_config/tree-sitter/config.json
Normal file
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"parser-directories": [
|
||||
"/home/emenel/github",
|
||||
"/home/emenel/src",
|
||||
"/home/emenel/source",
|
||||
"/home/emenel/projects",
|
||||
"/home/emenel/dev",
|
||||
"/home/emenel/git"
|
||||
],
|
||||
"theme": {
|
||||
"attribute": {
|
||||
"italic": true,
|
||||
"color": 124
|
||||
},
|
||||
"number": {
|
||||
"bold": true,
|
||||
"color": 94
|
||||
},
|
||||
"constant.builtin": {
|
||||
"color": 94,
|
||||
"bold": true
|
||||
},
|
||||
"type": 23,
|
||||
"function.builtin": {
|
||||
"color": 26,
|
||||
"bold": true
|
||||
},
|
||||
"keyword": 56,
|
||||
"embedded": null,
|
||||
"constructor": 136,
|
||||
"variable.builtin": {
|
||||
"bold": true
|
||||
},
|
||||
"operator": {
|
||||
"bold": true,
|
||||
"color": 239
|
||||
},
|
||||
"constant": 94,
|
||||
"punctuation.delimiter": 239,
|
||||
"comment": {
|
||||
"color": 245,
|
||||
"italic": true
|
||||
},
|
||||
"tag": 18,
|
||||
"string": 28,
|
||||
"type.builtin": {
|
||||
"color": 23,
|
||||
"bold": true
|
||||
},
|
||||
"module": 136,
|
||||
"string.special": 30,
|
||||
"property": 124,
|
||||
"function": 26,
|
||||
"punctuation.bracket": 239,
|
||||
"variable.parameter": {
|
||||
"underline": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue