Skip to content

Commit a752872

Browse files
committed
Merge intrinsics into a single json
Fixes #424
1 parent 02c2240 commit a752872

File tree

293 files changed

+871
-1450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+871
-1450
lines changed

.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"quoteProps": "consistent",
99
"trailingComma": "es5",
1010
"bracketSpacing": true,
11-
"jsxBracketSameLine": false,
11+
"bracketSameLine": false,
1212
"arrowParens": "avoid",
1313
"endOfLine": "lf",
1414
"embeddedLanguageFormatting": "auto"

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2929

3030
### Changed
3131

32+
- Merged all Fortran intrinsics into a single `json` file
33+
([#424](https://github.com/fortran-lang/vscode-fortran-support/issues/424))
3234
- Updates `README` text and animations, changes `SECURITY` and updates `package.json`
3335
- Changes the interface of the extension to accommodate for the newest features
3436
([#292](https://github.com/krvajal/vscode-fortran-support/issues/292))

doc/intrinsics/ABORT.json

-4
This file was deleted.

doc/intrinsics/ABS.json

-4
This file was deleted.

doc/intrinsics/ACCESS.json

-4
This file was deleted.

doc/intrinsics/ACHAR.json

-4
This file was deleted.

doc/intrinsics/ACOS.json

-4
This file was deleted.

doc/intrinsics/ACOSD.json

-4
This file was deleted.

doc/intrinsics/ACOSH.json

-4
This file was deleted.

doc/intrinsics/ADJUSTL.json

-4
This file was deleted.

doc/intrinsics/ADJUSTR.json

-4
This file was deleted.

doc/intrinsics/AIMAG.json

-4
This file was deleted.

doc/intrinsics/AINT.json

-4
This file was deleted.

doc/intrinsics/ALARM.json

-4
This file was deleted.

doc/intrinsics/ALL.json

-4
This file was deleted.

doc/intrinsics/ALLOCATED.json

-4
This file was deleted.

doc/intrinsics/AND.json

-4
This file was deleted.

doc/intrinsics/ANINT.json

-4
This file was deleted.

0 commit comments

Comments
 (0)