Skip to content

Commit

Permalink
feat: add cpp (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek818 authored Apr 11, 2024
1 parent a5d4d49 commit 5f45436
Show file tree
Hide file tree
Showing 5 changed files with 16,339 additions and 16,030 deletions.
1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ module.exports = grammar({
'php',
'c',
'ruby',
'cpp',
),

backtickSnippet: (_$) => /`(?:[^`\\]|\\\$|\\\\|\\`|\\n)*`/,
Expand Down
5 changes: 4 additions & 1 deletion src/grammar.json

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

8 changes: 6 additions & 2 deletions src/node-types.json

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

Loading

0 comments on commit 5f45436

Please sign in to comment.