From cb2934e45ea0631f34b89dfe20a4562829e5477b Mon Sep 17 00:00:00 2001 From: "METANEOCORTEX\\Kotti" Date: Thu, 2 Dec 2021 11:15:55 +0100 Subject: [PATCH] +mrg: merged Fortran Lexer keyword/functions suggestions from zoziha --- src/StyleLexers/styleLexFortran.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StyleLexers/styleLexFortran.c b/src/StyleLexers/styleLexFortran.c index 0ffec0bb9..68f00b9b1 100644 --- a/src/StyleLexers/styleLexFortran.c +++ b/src/StyleLexers/styleLexFortran.c @@ -27,7 +27,7 @@ KEYWORDLIST KeyWords_Fortran = "quote rank re readwrite read real rec recl recursive result return rewind round " "save select selectcase selecttype selectrank sequence sequential sign size stat status stop stream subroutine submodule " "sync target team then to type unformatted unit unlock use " - "value volatile wait where while write ", + "value volatile wait where while write", // --- Intrinsic functions (Standard Function) - Fortran Standard 2018 --- "abs achar acos acosh adjustl adjustr aimag aint all allocated anint any asin asinh associated atan atan2 atanh "