File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
18
([ #296 ] ( https://github.com/krvajal/vscode-fortran-support/issues/296 ) )
19
19
- Fixes nopass pointer erroneous syntax highlighting
20
20
([ #318 ] ( https://github.com/krvajal/vscode-fortran-support/issues/318 ) )
21
+ - Fixes ` % ` accessor highlighting for type-bound subroutines
22
+ ([ #325 ] ( https://github.com/krvajal/vscode-fortran-support/issues/325 ) )
21
23
22
24
### Changed
23
25
Original file line number Diff line number Diff line change 2053
2053
"name" : " variable.other.fortran"
2054
2054
},
2055
2055
"2" : {
2056
- "name" : " punctuation .accessor.fortran"
2056
+ "name" : " keyword .accessor.fortran"
2057
2057
},
2058
2058
"3" : {
2059
2059
"name" : " entity.name.function.subroutine.fortran"
Original file line number Diff line number Diff line change 293
293
# ^^^^ source .fortran .free meta .program .fortran meta .block .specification .program .fortran meta .block .do .unlabeled .fortran meta .statement .control .call .fortran keyword .control .call .fortran
294
294
# ^ source .fortran .free meta .program .fortran meta .block .specification .program .fortran meta .block .do .unlabeled .fortran meta .statement .control .call .fortran
295
295
# ^ source .fortran .free meta .program .fortran meta .block .specification .program .fortran meta .block .do .unlabeled .fortran meta .statement .control .call .fortran variable .other .fortran
296
- # ^ source .fortran .free meta .program .fortran meta .block .specification .program .fortran meta .block .do .unlabeled .fortran meta .statement .control .call .fortran punctuation .accessor .fortran
296
+ # ^ source .fortran .free meta .program .fortran meta .block .specification .program .fortran meta .block .do .unlabeled .fortran meta .statement .control .call .fortran keyword .accessor .fortran
297
297
# ^^^ source .fortran .free meta .program .fortran meta .block .specification .program .fortran meta .block .do .unlabeled .fortran meta .statement .control .call .fortran entity .name .function .subroutine .fortran
298
298
# ^ source .fortran .free meta .program .fortran meta .block .specification .program .fortran meta .block .do .unlabeled .fortran meta .statement .control .call .fortran punctuation .parentheses .left .fortran
299
299
# ^ source .fortran .free meta .program .fortran meta .block .specification .program .fortran meta .block .do .unlabeled .fortran meta .statement .control .call .fortran meta .parameter .fortran
You can’t perform that action at this time.
0 commit comments