···680680 factor = 5
681681 case "var", "variable":
682682 factor = 4
683683+684684+ default:
685685+ // No idea what it is, but its something regarded as a symbol
686686+ factor = 1
683687 }
684688685689 // Refer to universal-ctags --list-kinds-full=<language> to learn about which