Skip to content

Commit

Permalink
fix highlight not auto-enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Sep 22, 2024
1 parent 7a07119 commit 0c664cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/core/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@
pattern = "nix";
command = "setlocal tabstop=2 shiftwidth=2 softtabstop=2";
}
{
event = "FileType";
pattern = "nu";
command = "TSEnable highlight";
}
{
event = "FileType";
pattern = "surql";
command = "TSEnable highlight";
}
];
};
}

0 comments on commit 0c664cf

Please sign in to comment.