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.
2 parents 985cd8b + 3ed1063 commit 6e45aafCopy full SHA for 6e45aaf
syntaxes/fortran_free-form.tmLanguage.json
@@ -3352,7 +3352,7 @@
3352
"assignment-operator": {
3353
"comment": "Introduced in the Fortran 1977 standard.",
3354
"name": "keyword.operator.assignment.fortran",
3355
- "match": "(?<!\\=)(\\=)(?!\\=|\\>)"
+ "match": "(?<!\\/|\\=|\\<|\\>)(\\=)(?!\\=|\\>)"
3356
},
3357
"derived-type-operators": {
3358
"comment": "Introduced in the Fortran 1995 standard.",
@@ -3410,7 +3410,7 @@
3410
{
3411
"comment": "Introduced in the Fortran 1990 standard.",
3412
"name": "keyword.logical.fortran.modern",
3413
- "match": "(\\=\\=|\\/\\=|\\>\\=|(?<!\\=)\\>|\\<|\\<\\=)"
+ "match": "(\\=\\=|\\/\\=|\\>\\=|(?<!\\=)\\>|\\<\\=|\\<)"
3414
}
3415
]
3416
0 commit comments