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.
intent(in out)
1 parent 90f8639 commit 9bddd97Copy full SHA for 9bddd97
fortls/regex_patterns.py
@@ -78,7 +78,7 @@ class FortranRegularExpressions:
78
KEYWORD_LIST: Pattern = compile(
79
r"[ ]*,[ ]*(PUBLIC|PRIVATE|ALLOCATABLE|"
80
r"POINTER|TARGET|DIMENSION[ ]*\(|"
81
- r"OPTIONAL|INTENT[ ]*\([ ]*(?:IN|OUT|INOUT)[ ]*\)|DEFERRED|NOPASS|"
+ r"OPTIONAL|INTENT[ ]*\([ ]*(?:IN|OUT|IN[ ]*OUT)[ ]*\)|DEFERRED|NOPASS|"
82
r"PASS[ ]*\(\w*\)|SAVE|PARAMETER|EXTERNAL|"
83
r"CONTIGUOUS)",
84
I,
0 commit comments