implement very basic highlighting

This commit is contained in:
2023-07-07 01:47:46 +00:00
parent 27596798d6
commit c2fcc8b6ee
17 changed files with 87 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
{
"parser-directories": [
".."
],
"theme": {
"keyword": "#cccccc"
}
}