Skip to content

Commit 1f12be3

Browse files
authored
Merge pull request #314 from CommonLoon102/cl102/add-razor-extension
Add razor extension
2 parents bc065ad + 3543fd3 commit 1f12be3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LANGUAGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ QML (qml)
184184
R (r)
185185
Racket (rkt)
186186
Rakefile (rake,rakefile)
187-
Razor (cshtml)
187+
Razor (cshtml,razor)
188188
ReasonML (re,rei)
189189
Report Definition Language (rdl)
190190
ReStructuredText (rst)

languages.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5166,7 +5166,8 @@
51665166
"== "
51675167
],
51685168
"extensions": [
5169-
"cshtml"
5169+
"cshtml",
5170+
"razor"
51705171
],
51715172
"line_comment": [],
51725173
"multi_line": [
@@ -7477,4 +7478,4 @@
74777478
}
74787479
]
74797480
}
7480-
}
7481+
}

0 commit comments

Comments
 (0)