commit | d2539074b61da7d8b4b305983e8c016cfb038f39 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Sep 02 14:44:11 2024 +0200 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Mon Sep 02 14:44:11 2024 +0200 |
tree | cec991646e2d9cbfaf68ed81de9231388aa34987 | |
parent | 97d48be01658adb7859c02a36cf34706483666a2 [diff] | |
parent | 54b773e18336b2b01b52686799192808b5aa2751 [diff] |
Merge "feat(build): add ctags recipes for indexing assembly files" into integration
diff --git a/.ctags b/.ctags new file mode 100644 index 0000000..5e608e4 --- /dev/null +++ b/.ctags
@@ -0,0 +1,4 @@ +--regex-Asm=/^func[ \t]+([a-zA-Z_0-9]+)$/\1/l,function/ +--regex-Asm=/^.*\.macro[ \t]+([a-zA-Z_0-9]+)$/\1/m,macro/ +--regex-Asm=/^vector_entry[ \t]+([a-zA-Z_0-9]+)$/\1/l,function/ +--regex-Asm=/^.equ[ \t]+([a-zA-Z_0-9]+),/\1/l,name/