diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-07-31T16·31+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-10T11·37+0000 |
commit | c06e26f1ccb4e96fba1ed2a9ba1ffb86770e8654 (patch) | |
tree | 06256cbbfc1fdcfc184c999a5c7165b024866d1a /users/tazjin | |
parent | 3ea69235a4e70b02179af263675585aa06f4ddfb (diff) |
chore(tazjin/emacs): add tree-sitter grammar for typescript r/8472
Had to fix some stuff in a typescript project, it's better with highlighting. Change-Id: I984540a791167427acde3494182521b8839aed6d Reviewed-on: https://cl.tvl.fyi/c/depot/+/12069 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/emacs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/emacs/default.nix b/users/tazjin/emacs/default.nix index 17973b8b4869..39e18f56b467 100644 --- a/users/tazjin/emacs/default.nix +++ b/users/tazjin/emacs/default.nix @@ -41,6 +41,7 @@ pkgs.makeOverridable tree-sitter-rust tree-sitter-sql tree-sitter-toml + tree-sitter-typescript tree-sitter-yaml ]); |