Skip to content

Commit

Permalink
Really add extension_specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Nov 11, 2023
1 parent c33462b commit 4c90fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = grammar(HLSL, {
$._class_declaration,
),

_type_specifier: ($, original) => choice(original, $.interface_specifier),
_type_specifier: ($, original) => choice(original, $.interface_specifier, $.extension_specifier),

template_argument_list: $ => seq(
'<',
Expand Down

0 comments on commit 4c90fa1

Please sign in to comment.