tree_sitter/tree-sitter/config.json
Robert Prehn dba775cbc5
Some checks failed
CI / test (lint, map[elixir:1.14 otp:25]) (push) Has been cancelled
CI / test (map[elixir:1.11 otp:22]) (push) Has been cancelled
feat: Update dump-languages logic
2024-01-31 19:42:55 -06:00

58 lines
1.3 KiB
JSON

{
"parser-directories": [
"/home/prehnra/github",
"/home/prehnra/src",
"/home/prehnra/source",
"/home/prehnra/projects",
"/home/prehnra/treesitter"
],
"theme": {
"function": 26,
"variable.parameter": {
"underline": true
},
"constant.builtin": {
"bold": true,
"color": 94
},
"tag": 18,
"constructor": 136,
"keyword": 56,
"punctuation.bracket": 239,
"number": {
"color": 94,
"bold": true
},
"operator": {
"color": 239,
"bold": true
},
"string": 28,
"attribute": {
"italic": true,
"color": 124
},
"string.special": 30,
"variable.builtin": {
"bold": true
},
"constant": 94,
"embedded": null,
"type.builtin": {
"color": 23,
"bold": true
},
"property": 124,
"module": 136,
"function.builtin": {
"color": 26,
"bold": true
},
"comment": {
"color": 245,
"italic": true
},
"punctuation.delimiter": 239,
"type": 23
}
}