diff --git a/identify/extensions.py b/identify/extensions.py index 3a50915..ece09af 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -103,6 +103,8 @@ 'h': {'text', 'header', 'c', 'c++'}, 'hbs': {'text', 'handlebars'}, 'hcl': {'text', 'hcl'}, + 'hlsl': {'text', 'hlsl'}, + 'hlsli': {'text', 'hlsl'}, 'hh': {'text', 'header', 'c++'}, 'hpp': {'text', 'header', 'c++'}, 'hrl': {'text', 'erlang'},