Skip to content

Commit

Permalink
Add csv language definition for snippets (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
brief authored Feb 5, 2025
1 parent 94c28b0 commit a258846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/modes/code_languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __init__(self, id: str, spoken_form: str | list[str], extensions: list[str])
Language("vimscript", "vim script", ["vim", "vimrc"]),
# These languages doesn't actually have a language mode, but we do have snippets.
Language("cpp", "see plus plus", ["cpp", "hpp"]),
Language("csv", "csv", ["csv"]),
Language("html", "html", ["html"]),
Language("json", "json", ["json"]),
Language("shellscript", "shell script", ["sh"]),
Expand Down

0 comments on commit a258846

Please sign in to comment.