Skip to content

Commit b0f5203

Browse files
committed
Update changelog
1 parent da23898 commit b0f5203

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ All notable changes to the "fortran-linter" extension will be documented in this
44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

66
## [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

syntaxes/fortran90.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
<key>comment</key>
317317
<string>numeric instrinsics</string>
318318
<key>match</key>
319-
<string>\b(?i:(ceiling|floor|modulo)(?=\())</string>
319+
<string>\b(?i:(ceiling|floor|modulo|abs|sin)(?=\())</string>
320320
<key>name</key>
321321
<string>keyword.other.instrinsic.numeric.fortran.modern</string>
322322
</dict>

0 commit comments

Comments
 (0)