Skip to content

Commit

Permalink
Licence update
Browse files Browse the repository at this point in the history
  • Loading branch information
affiahmedkhan committed Jul 21, 2023
1 parent 2e4f0a8 commit 9319aaa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 40 deletions.
36 changes: 0 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +0,0 @@
# Change Log

## [0.0.9](https://github.com/dcortes92/vs-freemarker/tree/0.0.9) (2017-04-11)
[Full Changelog](https://github.com/dcortes92/vs-freemarker/compare/0.0.8...0.0.9)

**Merged pull requests:**

- VsCode upgrade prevents to use snippets starting with not alphanumeric characters [\#10](https://github.com/dcortes92/vs-freemarker/pull/10) ([vinlos](https://github.com/vinlos))

## [0.0.8](https://github.com/dcortes92/vs-freemarker/tree/0.0.8) (2017-02-03)
[Full Changelog](https://github.com/dcortes92/vs-freemarker/compare/0.0.7...0.0.8)

**Closed issues:**

- Fix readme [\#8](https://github.com/dcortes92/vs-freemarker/issues/8)

## [0.0.7](https://github.com/dcortes92/vs-freemarker/tree/0.0.7) (2017-02-02)
[Full Changelog](https://github.com/dcortes92/vs-freemarker/compare/0.0.6...0.0.7)

**Merged pull requests:**

- New snippets and improved readme file [\#7](https://github.com/dcortes92/vs-freemarker/pull/7) ([vinlos](https://github.com/vinlos))

## [0.0.6](https://github.com/dcortes92/vs-freemarker/tree/0.0.6) (2017-01-31)
[Full Changelog](https://github.com/dcortes92/vs-freemarker/compare/0.0.5...0.0.6)

**Closed issues:**

- Redesign logo [\#6](https://github.com/dcortes92/vs-freemarker/issues/6)
- Add a Changelog [\#4](https://github.com/dcortes92/vs-freemarker/issues/4)

## [0.0.5](https://github.com/dcortes92/vs-freemarker/tree/0.0.5) (2017-01-30)
**Merged pull requests:**

- Added new snippets: elseif, include, assign\(short\) [\#3](https://github.com/dcortes92/vs-freemarker/pull/3) ([vinlos](https://github.com/vinlos))
- amend freemarker comment [\#1](https://github.com/dcortes92/vs-freemarker/pull/1) ([Martin0417](https://github.com/Martin0417))
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The MIT License (MIT)

Copyright (c) 2015 Daniel Cortes
Copyright (c) 2015 Aftab Ahmed

Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FreeMarker language colorization extension for Visual Studio Code. You can read more about FreeMarker [here](http://freemarker.incubator.apache.org/).

## Usage
[Install](https://marketplace.visualstudio.com/items?itemName=dcortes92.FreeMarker) the extension and open any `.ftl`, `.ftl.html` and `.html` file.
[Install](https://marketplace.visualstudio.com/items?itemName=affiahmedkhan.FreeMarker2023) the extension and open any `.ftl`, `.ftl.html` and `.html` file.

![FreeMarker Syntax Highlight](/images/vscode-freemarker-syntax.png "FreeMarker Syntax Hightlight")

Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "FreeMarker2023",
"displayName": "Free Marker 2023",
"description": "Syntax highlight for FreeMarker",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "affiahmedkhan",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,6 +37,16 @@
".ftl.html"
],
"configuration": "./ftl.configuration.json"
},
{
"id": "html",
"aliases": [
"HTML",
".html"
],
"extensions": [
".html"
]
}
],
"grammars": [
Expand Down

0 comments on commit 9319aaa

Please sign in to comment.