Skip to content

Commit 22186a9

Browse files
authored
Revert syntax highlighting on all variables (#75)
### Fixed - Now all the variables are not highlighted by default
1 parent 6e45aaf commit 22186a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/fortran_free-form.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5106,7 +5106,7 @@
51065106
]
51075107
},
51085108
"variable": {
5109-
"name": "variable.parameter.fortran",
5109+
"name": "meta.parameter.fortran",
51105110
"begin": "(?i)\\b(?=[a-z])",
51115111
"end": "(?<!\\G)",
51125112
"applyEndPatternLast": 1,

0 commit comments

Comments
 (0)