Skip to content

Commit

Permalink
highlight ron as rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Feb 21, 2024
1 parent 389a5dd commit 99b0528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ron language is not supported
*.ron linguist-language=Rust
2 changes: 0 additions & 2 deletions examples/example.ron
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"patterns": (
rules: {
// lowercases all `p` letters (use "p" match from `Original`, then lowercase)
// note that this will still be uppercase for single letter "P" match because of
// case mimicking. there is currently no way to disable it
"p": {"Lower": {"Original": ()}},

// uppercases all `m` letters, undoing previous operation
Expand Down

0 comments on commit 99b0528

Please sign in to comment.