Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index c52251a3..0b7149be 100644 --- a/languages.toml +++ b/languages.toml @@ -5345,3 +5345,17 @@ comment-token = "#" [[grammar]] name = "gnuplot" source = { git = "https://codeberg.org/maribu/tree-sitter-gnuplot", rev = "21a3a3929facb964b3592daeb69119294ff84cf2" } + +[[language]] +name = "ptx" +scope = "source.ptx" +injection-regex = "ptx" +file-types = ["ptx"] +language-servers = [] +comment-token = "//" +block-comment-tokens = { start = "/*", end = "*/" } +indent = { tab-width = 4, unit = " " } + +[[grammar]] +name = "ptx" +source = { git = "https://codeberg.org/jer-gremlin/tree-sitter-ptx", rev = "3dfa6758d4c15832d051f933101992b9e01d6611" } |