File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ pub enum Lang {
129
129
R ,
130
130
Razor ,
131
131
Reason ,
132
+ Ron ,
132
133
ReStructuredText ,
133
134
Ruby ,
134
135
RubyHtml ,
@@ -256,6 +257,7 @@ impl Lang {
256
257
R => "R" ,
257
258
Razor => "Razor" ,
258
259
Reason => "Reason" ,
260
+ Ron => "RON" ,
259
261
ReStructuredText => "reStructuredText" ,
260
262
Ruby => "Ruby" ,
261
263
RubyHtml => "RubyHtml" ,
@@ -418,6 +420,7 @@ pub fn lang_from_ext(filepath: &str) -> Lang {
418
420
"rake" | "rb" => Ruby ,
419
421
"re" | "rei" => Reason ,
420
422
"rhtml" | "erb" => RubyHtml ,
423
+ "ron" => Ron ,
421
424
"rs" => Rust ,
422
425
"s" | "asm" => Assembly ,
423
426
"sass" | "scss" => Sass ,
@@ -539,7 +542,7 @@ pub fn counter_config_for_lang<'a>(lang: Lang) -> (SmallVec<[&'a str; 3]>, Small
539
542
AmbientTalk | C | CCppHeader | Rust | Yacc | ActionScript | ColdFusionScript | Css | Cpp | CUDA
540
543
| CUDAHeader | CSharp | Dart | DeviceTree | Glsl | Go | Jai | Java | JavaScript | Jsx
541
544
| Kotlin | Less | LinkerScript | ObjectiveC | ObjectiveCpp | OpenCl | Qcl | Sass | Scala | Swift
542
- | TypeScript | Tsx | UnrealScript | Stylus | Qml | Haxe | Groovy | Reason | Solidity => c_style,
545
+ | TypeScript | Tsx | UnrealScript | Stylus | Qml | Haxe | Groovy | Reason | Solidity | Ron => c_style,
543
546
544
547
545
548
Unrecognized => unreachable ! ( ) ,
You can’t perform that action at this time.
0 commit comments