File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,8 @@ All notable changes to the "fortran-linter" extension will be documented in this
4
4
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
5
6
6
## [ Unreleased]
7
- - Initial release
7
+ - Initial release
8
+
9
+ ## [ 0.4.0] - 2017-05-29
10
+ ### Added
11
+ - Show docs for intrinsic functions on hover
Original file line number Diff line number Diff line change 316
316
<key >comment </key >
317
317
<string >numeric instrinsics </string >
318
318
<key >match </key >
319
- <string >\b(?i:(ceiling|floor|modulo)(?=\()) </string >
319
+ <string >\b(?i:(ceiling|floor|modulo|abs|sin )(?=\()) </string >
320
320
<key >name </key >
321
321
<string >keyword.other.instrinsic.numeric.fortran.modern </string >
322
322
</dict >
You can’t perform that action at this time.
0 commit comments