Skip to content

Commit 563fa7c

Browse files
authored
Merge pull request #431 from fortran-lang/gnikit/issue424
Merge intrinsics into a single json
2 parents 9655115 + 8a6191d commit 563fa7c

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ABS.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ACCESS.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ACHAR.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ACOS.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ACOSD.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ACOSH.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ADJUSTL.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ADJUSTR.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/AIMAG.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/AINT.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ALARM.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ALL.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ALLOCATED.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/AND.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/intrinsics/ANINT.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)