Skip to content

Commit

Permalink
Replace: add Rust extension
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Nov 30, 2024
1 parent aa01874 commit 1135464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replace.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
import sys

EXTENSIONS = ('.h', '.c', '.cc', '.C', '.rst', '.f90', '.f', '.f95', '.inl', '.py')
EXTENSIONS = ('.h', '.c', '.cc', '.C', '.rst', '.f90', '.f', '.f95', '.inl', '.py', '.rs')


def handle_file_p(filename):
Expand Down

0 comments on commit 1135464

Please sign in to comment.