Skip to content

Commit

Permalink
Use cpp ts parser for cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Jan 14, 2025
1 parent f059489 commit 660b6a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neovim/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,7 @@ vim.g.mapleader = " "
vim.g.maplocalleader = " "

vim.treesitter.language.register("xml", { "xacro", "urdf" })
vim.treesitter.language.register("cpp", { "cuda" })
vim.filetype.add({
extension = {
launch = "xml",
Expand Down

0 comments on commit 660b6a7

Please sign in to comment.