We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f85c44 commit 51443c0Copy full SHA for 51443c0
lua/hlchunk/utils/ts_node_type/fortran.lua
@@ -0,0 +1,18 @@
1
+return {
2
+ ["interface"] = "interface",
3
+ block_construct = "block_construct",
4
+ derived_type_definition = "derived_type_definition",
5
+ derived_type_procedures = "derived_type_procedures",
6
+ do_loop_statement = "do_loop_statement",
7
+ else_clause = "else_clause",
8
+ elseif_clause = "elseif_clause",
9
+ ["function"] = "function",
10
+ function_statement = "function_statement",
11
+ if_statement = "if_statement",
12
+ included_items = "included_items",
13
+ ["subroutine"] = "subroutine",
14
+ assignment_statement = "assignment_statement",
15
+ subroutine_call = "subroutine_call",
16
+ subroutine_statement = "subroutine_statement",
17
+ variable_declaration = "variable_declaration",
18
+}
0 commit comments