Autocompletion: enable string literal completion in subscripts

This commit is contained in:
HolonProduction
2024-08-27 13:02:09 +02:00
parent db76de5de8
commit c824403853
19 changed files with 181 additions and 0 deletions
@@ -0,0 +1,9 @@
[output]
include=[
{"display": "outer"},
{"display": "inner"},
]
exclude=[
{"display": "append"},
{"display": "\"append\""},
]