Skip to content

Commit

Permalink
Merge pull request #314 from CommonLoon102/cl102/add-razor-extension
Browse files Browse the repository at this point in the history
Add razor extension
  • Loading branch information
boyter committed Jan 13, 2022
2 parents bc065ad + 3543fd3 commit 1f12be3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LANGUAGES.md
Expand Up @@ -184,7 +184,7 @@ QML (qml)
R (r)
Racket (rkt)
Rakefile (rake,rakefile)
Razor (cshtml)
Razor (cshtml,razor)
ReasonML (re,rei)
Report Definition Language (rdl)
ReStructuredText (rst)
Expand Down
5 changes: 3 additions & 2 deletions languages.json
Expand Up @@ -5166,7 +5166,8 @@
"== "
],
"extensions": [
"cshtml"
"cshtml",
"razor"
],
"line_comment": [],
"multi_line": [
Expand Down Expand Up @@ -7477,4 +7478,4 @@
}
]
}
}
}

0 comments on commit 1f12be3

Please sign in to comment.