added tags for FORTRAN

This commit is contained in:
Varchas Gopalaswamy
2025-09-25 19:04:44 -04:00
parent e4fc2f515d
commit 5777ab9703

View File

@@ -0,0 +1,15 @@
;; derived from: https://github.com/stadelmanma/tree-sitter-fortran
;; License: MIT
(module_statement
(name) @name.definition.class) @definition.class
(function_statement
name: (name) @name.definition.function) @definition.function
(subroutine_statement
name: (name) @name.definition.function) @definition.function
(module_procedure_statement
name: (name) @name.definition.function) @definition.function