Skip to content

Commit

Permalink
feat: add C language (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmb authored Apr 3, 2024
1 parent 9f5c2f0 commit 984cb45
Show file tree
Hide file tree
Showing 4 changed files with 2,918 additions and 2,596 deletions.
3 changes: 2 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@ module.exports = grammar({
'universal',
'sql',
'toml',
'php'
'php',
'c'
),

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

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

4 changes: 4 additions & 0 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 984cb45

Please sign in to comment.