Skip to content

Commit

Permalink
Added more language configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Sep 13, 2024
1 parent dc48bfa commit c2fa1e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
"\\.java$": "java",
"\\.(js|jsx)$": "javascript",
"\\.json$": "json",
"\\.lock$": "json",
"\\.nix$": "nix",
"\\.ocaml$": "ocaml",
"\\.php$": "php",
"\\.(py|pyi)$": "python",
Expand Down Expand Up @@ -432,6 +434,19 @@
"["
],
"lineComment": "#"
},
"nix": {
"treesitter": "nix-community/tree-sitter-nix",
"tabWidth": 2,
"indent": "spaces",
"indentAfter": [
":",
"=",
"(",
"{",
"["
],
"lineComment": "#"
}
},

Expand Down

0 comments on commit c2fa1e2

Please sign in to comment.