Skip to content

Commit

Permalink
Update tree_sitter_maker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garam-kim1 authored Apr 19, 2024
1 parent 9858198 commit d62801b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tree_sitter_maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
FUNCTION_KEYWORDS: 'def,fn'
CLASS_KEYWORDS: 'class,struct'
CLASS_KEYWORDS: 'class,struct,trait'
DECLARATION_KEYWORDS: 'var,let,alias'
FUNCTION_MODIFIERS: 'async,owned,borrowed,inout'
FUNCTION_BUILTIN: '__mlir_attr,__mlir_op,__mlir_type'
Expand Down

0 comments on commit d62801b

Please sign in to comment.