Skip to content

Commit

Permalink
bugfix: handle <Separator> in paramlist (#7)
Browse files Browse the repository at this point in the history
bugfix: handle <Separator> in paramlist
  • Loading branch information
pbaksa committed Nov 23, 2023
1 parent 0fe4cae commit 6558707
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 92 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,8 @@ dist
# TernJS port file
.tern-port

# vscode config
.vscode/

# packaged extension
*.vsix
81 changes: 36 additions & 45 deletions out/paramlistparser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion out/paramlistparser.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gdl",
"displayName": "GDL",
"description": "Development environment for Archicad 27 GDL language (XML and HSF source code): syntax coloring, snippets, code outline, quick reference.",
"version": "1.27.0",
"version": "1.27.1",
"publisher": "Graphisoft",
"author": "Péter Baksa",
"contributors": [
Expand Down
Loading

0 comments on commit 6558707

Please sign in to comment.