Skip to content

Commit

Permalink
Fixed bug with inline comments for variables not parsing correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed94 committed Oct 26, 2023
1 parent c1ab233 commit 212d907
Show file tree
Hide file tree
Showing 7 changed files with 253 additions and 252 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"vector": "cpp",
"list": "cpp",
"xhash": "cpp",
"glfw3.h": "c"
"glfw3.h": "c",
"stdbool.h": "c"
},
"C_Cpp.intelliSenseEngineFallback": "disabled",
"mesonbuild.configureOnOpen": true,
Expand Down
Loading

0 comments on commit 212d907

Please sign in to comment.