Skip to content

Commit

Permalink
Add nino config syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlin96069 committed Nov 23, 2023
1 parent 11122be commit 3dcc68d
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions syntax/nino.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"name": "nino",
"extensions": [
"ninorc",
".nino"
],
"comment": "#",
"keywords1": [
"color",
"exec",
"hldb_load",
"hldb_reload_all",
"newline",
"alias",
"echo",
"help"
],
"keywords2": [
"tabsize",
"whitespace",
"autoindent",
"backspace",
"bracket",
"trailing",
"drawspace",
"syntax",
"helpinfo",
"ignorecase",
"mouse",
"osc52_copy",
"cmd_expand_depth"
],
"keywords3": [
"bg",
"top.fg",
"top.bg",
"top.tabs.fg",
"top.tabs.bg",
"top.select.fg",
"top.select.bg",
"explorer.bg",
"explorer.select",
"explorer.directory",
"explorer.file",
"explorer.focus",
"prompt.fg",
"prompt.bg",
"status.fg",
"status.bg",
"status.lang.fg",
"status.lang.bg",
"status.pos.fg",
"status.pos.bg",
"lineno.fg",
"lineno.bg",
"cursorline",
"hl.normal",
"hl.comment",
"hl.keyword1",
"hl.keyword2",
"hl.keyword3",
"hl.string",
"hl.number",
"hl.space",
"hl.match",
"hl.select",
"hl.trailing",
"hl.trailing",
"hl.trailing",
"hl.trailing",
"hl.trailing"
]
}

0 comments on commit 3dcc68d

Please sign in to comment.