Skip to content

Commit

Permalink
feat: add thrift language id support (#2668)
Browse files Browse the repository at this point in the history
Co-authored-by: 江鹏飞 <[email protected]>
  • Loading branch information
Pengfei Jiang and 江鹏飞 authored Oct 10, 2023
1 parent a760c24 commit 3486db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lapce-proxy/src/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ pub fn language_id_from_path(path: &Path) -> Option<&'static str> {
"sql" => "sql",
"swift" => "swift",
"svelte" => "svelte",
"thrift" => "thrift",
"toml" => "toml",
"ts" => "typescript",
"tsx" => "typescriptreact",
Expand Down

0 comments on commit 3486db4

Please sign in to comment.