aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorFanda Vacek2022-06-01 20:11:14 +0000
committerGitHub2022-06-01 20:11:14 +0000
commit8d4c954060ef0a67bf081692e92ef64576d0a27b (patch)
tree68635b08e8c600b364b2f933098330fdafe76aee /languages.toml
parentae12c58f0ff924e9cc512f0368e5fca858566cdd (diff)
CPON parser supports unsigned int (#2643)
Co-authored-by: Fanda Vacek <fvacek@elektroline.cz>
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index fdf0513a..3e679365 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1330,7 +1330,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "cpon"
-source = { git = "https://github.com/fvacek/tree-sitter-cpon", rev = "cc6a22b1fa8917c2d041af399f19f34a0a9d94ff" }
+source = { git = "https://github.com/fvacek/tree-sitter-cpon", rev = "0d01fcdae5a53191df5b1349f9bce053833270e7" }
[[language]]
name = "odin"